IFieldValueDictionary Members
Include Protected Members
Include Inherited Members
Represents a collection of field/value pairs that correspond to a view.
The IFieldValueDictionary type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Item[String] | Gets or sets the value of the field referred to by the dot notation. |
![]() |
Item[IField] | Gets or sets the value for the specified field. |
![]() |
ViewDefinition | Gets the view of this field value dictionary. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CalculateHashCode | Calculates the hash code from the values. |
![]() |
CreateCollectionInstance | Creates a new instance of the collection that the dot notation refers to. |
![]() |
CreateInstance | Creates a new instance of the object the dot notation refers to. |
![]() |
FromXml | Sets the values in this dictionary from specified XML. |
![]() |
GetCollectionSize | Returns the size of the collection that the dot notation refers to. |
![]() |
ToXml | Retrieves the values in XML format. |
Top