Show / Hide Table of Contents

Class FieldMetadataDictionaryExt

Inheritance
object
FieldMetadataDictionaryExt
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public static class FieldMetadataDictionaryExt

Methods

ToFieldMetadataDictionary(Dictionary<string, FieldMetadata>)

Convert from a raw .NET Dictionary<string, FieldMetadata> into a FieldMetadataDictionary, typically used in service layer implementations when creating / returning objects of this type

Declaration
public static FieldMetadataDictionary ToFieldMetadataDictionary(this Dictionary<string, FieldMetadata> input)
Parameters
Type Name Description
Dictionary<string, FieldMetadata> input
Returns
Type Description
FieldMetadataDictionary
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top