Configuration |
public class ConfigurationDictionary<TKey, TValue> : IDictionary<TKey, TValue>, ICollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, IEnumerable
[Missing <typeparam name="TKey"/> documentation for "T:SanteDB.Client.Configuration.ConfigurationDictionary`2"]
[Missing <typeparam name="TValue"/> documentation for "T:SanteDB.Client.Configuration.ConfigurationDictionary`2"]
The ConfigurationDictionaryTKey, TValue type exposes the following members.
| Name | Description | |
|---|---|---|
| ConfigurationDictionaryTKey, TValue | Initializes a new instance of the ConfigurationDictionaryTKey, TValue class |
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements contained in the ICollectionT. | |
| IsReadOnly | Gets a value indicating whether the ICollectionT is read-only. | |
| Item | Gets or sets the element with the specified key. | |
| Keys | Gets an ICollectionT containing the keys of the IDictionaryTKey, TValue. | |
| Values | Gets an ICollectionT containing the values in the IDictionaryTKey, TValue. |
| Name | Description | |
|---|---|---|
| Add(KeyValuePairTKey, TValue) | Adds an item to the ICollectionT. | |
| Add(TKey, TValue) | Adds an element with the provided key and value to the IDictionaryTKey, TValue. | |
| Clear | Removes all items from the ICollectionT. | |
| Contains | Determines whether the ICollectionT contains a specific value. | |
| ContainsKey | Determines whether the IDictionaryTKey, TValue contains an element with the specified key. | |
| CopyTo | Copies the elements of the ICollectionT to an Array, starting at a particular Array index. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetEnumerator | Returns an enumerator that iterates through the collection. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| Remove(TKey) | Removes the element with the specified key from the IDictionaryTKey, TValue. | |
| Remove(KeyValuePairTKey, TValue) | Removes the first occurrence of a specific object from the ICollectionT. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| TryGetValue | Gets the value associated with the specified key. |
| Name | Description | |
|---|---|---|
| AsResultSet |
As result set
(Defined by ExtensionMethods) | |
| AsResultSetKeyValuePairTKey, TValue |
As result set
(Defined by ExtensionMethods) | |
| ConvertTReturn |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods) | |
| ForEachKeyValuePairTKey, TValue |
For each item in an enumerable
(Defined by ExtensionMethods) | |
| IsNullOrEmpty |
Returns true if the IList is null or has no elements
(Defined by ExtensionMethods) | |
| ToDictionaryIgnoringDuplicatesKeyValuePairTKey, TValue, TKey |
Creates a DictionaryTKey, TValue from an IEnumerableT
according to specified key selector function. Diplicate keys will not be added to the dictionary.
(Defined by ExtensionMethods) | |
| ToDictionaryIgnoringDuplicatesKeyValuePairTKey, TValue, TKey, TElement |
Creates a DictionaryTKey, TValue from an IEnumerableT
according to specified key selector and element selector functions. Diplicate keys will not be added to the dictionary.
(Defined by ExtensionMethods) | |
| WithControl |
With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions) |