Class FieldMetadataDictionary
Serializable dictionary, for Dictionary where key is string and value is a FieldMetadata
Implements
Inherited Members
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[CollectionDataContract(Name = "FieldMetadataDictionary", ItemName = "FieldMetadataDictionaryKeyValuePair", KeyName = "Key", ValueName = "Value", Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.9.0.0")]
public class FieldMetadataDictionary : Dictionary<string, FieldMetadata>, IDictionary<string, FieldMetadata>, ICollection<KeyValuePair<string, FieldMetadata>>, IDictionary, ICollection, IReadOnlyDictionary<string, FieldMetadata>, IReadOnlyCollection<KeyValuePair<string, FieldMetadata>>, IEnumerable<KeyValuePair<string, FieldMetadata>>, IEnumerable, ISerializable, IDeserializationCallback
Constructors
FieldMetadataDictionary()
Default constructor
Declaration
public FieldMetadataDictionary()
FieldMetadataDictionary(int)
Capacity-specific constructor
Declaration
public FieldMetadataDictionary(int capacity)
Parameters
| Type | Name | Description |
|---|---|---|
| int | 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 |