Show / Hide Table of Contents

Class FieldMetadataDictionary

Serializable dictionary, for Dictionary where key is string and value is a FieldMetadata

Inheritance
Object
FieldMetadataDictionary
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class FieldMetadataDictionary : Dictionary<string, FieldMetadata>

Constructors

FieldMetadataDictionary()

Default constructor

Declaration
public FieldMetadataDictionary()

FieldMetadataDictionary(Int32)

Capacity-specific constructor

Declaration
public FieldMetadataDictionary(int capacity)
Parameters
Type Name Description
Int32 capacity

Methods

ToDictionary()

Utility method to get hold of the base type

Declaration
public Dictionary<string, FieldMetadata> ToDictionary()
Returns
Type Description
Dictionary<String, FieldMetadata>

ToString(String)

ToString for debugging / log decoding

Declaration
public string ToString(string prefix)
Parameters
Type Name Description
String prefix
Returns
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top