CleanCode C# Libraries v0.9.24 API

AttributeDictionary Members

AttributeDictionary overview

Public Static Methods

BuildComboKey Builds a combination key (i.e. a key comprised of two or more elements).
FillGrid Fills the supplied DataGridView from a packed attribute list.
GridToString Converts a DataGridView to a packed representation as an attribute list.
ListToDictionary Converts a packed multi-valued attribute list to a Dictionary`2.

Public Instance Constructors

AttributeDictionary Constructor Initializes a new instance of the AttributeDictionary class.

Public Instance Properties

Comparer (inherited from Dictionary<TKey,TValue>)Gets the IEqualityComparer`1 that is used to determine equality of keys for the dictionary.
Count (inherited from Dictionary<TKey,TValue>)Gets the number of key/value pairs contained in the Dictionary`2.
Item (inherited from Dictionary<TKey,TValue>) 
Keys (inherited from Dictionary<TKey,TValue>)Gets a collection containing the keys in the Dictionary`2.
Values (inherited from Dictionary<TKey,TValue>)Gets a collection containing the values in the Dictionary`2.

Public Instance Methods

Add (inherited from Dictionary<TKey,TValue>) 
Clear (inherited from Dictionary<TKey,TValue>)Removes all keys and values from the Dictionary`2.
ContainsKey (inherited from Dictionary<TKey,TValue>) 
ContainsValue (inherited from Dictionary<TKey,TValue>) 
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetEnumerator (inherited from Dictionary<TKey,TValue>)Returns an enumerator that iterates through the Dictionary`2.
GetHashCode (inherited from Object)Serves as a hash function for a particular type.
GetObjectData (inherited from Dictionary<TKey,TValue>)Implements the ISerializable interface and returns the data needed to serialize the Dictionary`2 instance.
GetType (inherited from Object)Gets the Type of the current instance.
OnDeserialization (inherited from Dictionary<TKey,TValue>)Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
Remove (inherited from Dictionary<TKey,TValue>) 
ToString Converts the internal representation of an attribute dictionary back to a packed string.
TryGetValue (inherited from Dictionary<TKey,TValue>) 

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

AttributeDictionary Class | CleanCode.Data Namespace