ItemFieldDictionary Members
Represents an item and its associated fields.
The following tables list the members exposed by the ItemFieldDictionary type.
Public Constructors
Name | Description | |
---|---|---|
ItemFieldDictionary | Overloaded. Initializes a new instance of the ItemFieldDictionary class. |
Top
Public Properties
Name | Description | |
---|---|---|
Count | Gets the number of ItemField objects in the ItemFieldDictionary collection. | |
IsReadOnly | Gets a value indicating whether the ItemFieldDictionary collection is read-only. | |
Item | Gets or sets the ItemField object that corresponds to the specified key. | |
Keys | Gets a collection of the keys that are contained in the ItemFieldDictionary collection. | |
Values | Gets a collection of the values that are contained in the ItemFieldDictionary collection. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Add | Overloaded. Adds an ItemField object to the ItemFieldDictionary collection. | |
Clear | Removes all ItemField objects from the ItemFieldDictionary collection. | |
Contains | Determines whether an ItemField object is contained in the ItemFieldDictionary collection. | |
ContainsKey | Returns whether the ItemFieldDictionary collection contains an ItemField object with the specified key. | |
CopyTo | Copies the elements of the ItemFieldDictionary collection to the specified array. | |
Equals | Overloaded. (Inherited from Object.) | |
GetEnumerator | Returns an IEnumerator object that enables you to iterate through the ItemFieldDictionary collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
Remove | Overloaded. Removes an ItemField object from an ItemFieldDictionary collection. | |
ToString | (Inherited from Object.) | |
TryGetValue | Gets the value associated with the specified key. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Collections.Generic.IEnumerable<KeyValuePair<UInt32,ItemField>>.GetEnumerator | Returns an IEnumerator object that enables you to iterate through the ItemFieldDictionary collection. | |
System.Collections.IEnumerable.GetEnumerator | Returns an IEnumerator object that enables you to iterate through the ItemFieldDictionary collection. |
Top
See Also
Reference
ItemFieldDictionary Class
Microsoft.Synchronization.SimpleProviders Namespace