The following tables list the members exposed by EntryParamCollection.
Public Constructors
Public Properties
| Name | Description |
| Comparer | (Inherited from System.Collections.Generic.Dictionary<string,EntryParam>) |
| Count | (Inherited from System.Collections.Generic.Dictionary<string,EntryParam>) |
| Item | (Inherited from System.Collections.Generic.Dictionary<string,EntryParam>) |
| Keys | (Inherited from System.Collections.Generic.Dictionary<string,EntryParam>) |
| Values | (Inherited from System.Collections.Generic.Dictionary<string,EntryParam>) |
Top
Public Methods
| Name | Description |
| Add | Overloaded. Adds parameters to entry parameter collection |
| Clear | (Inherited from System.Collections.Generic.Dictionary<string,EntryParam>) |
| ContainsKey | (Inherited from System.Collections.Generic.Dictionary<string,EntryParam>) |
| ContainsValue | (Inherited from System.Collections.Generic.Dictionary<string,EntryParam>) |
| GetEnumerator | (Inherited from System.Collections.Generic.Dictionary<string,EntryParam>) |
| GetObjectData | (Inherited from System.Collections.Generic.Dictionary<string,EntryParam>) |
| GetValueOrDefault<T> | Gets property value or a default value given if there is no property value found |
| OnDeserialization | (Inherited from System.Collections.Generic.Dictionary<string,EntryParam>) |
| Remove | (Inherited from System.Collections.Generic.Dictionary<string,EntryParam>) |
| TryGetValue | (Inherited from System.Collections.Generic.Dictionary<string,EntryParam>) |
Top
See Also