AttributeDictionary MembersCleanCode C# Libraries v1.2.03 API

The AttributeDictionary type exposes the following members.
Constructors

  NameDescription
Public methodAttributeDictionary
Initializes a new instance of the AttributeDictionary class.
Back to Top
Methods

  NameDescription
Public methodOnlineAdd
Adds the specified key and value to the dictionary.
(Inherited from OnlineDictionary OnlineString, OnlineString .)
Public methodStatic memberBuildComboKey
Builds a combination key (i.e. a key comprised of two or more elements).
Public methodOnlineClear (Inherited from OnlineDictionary OnlineString, OnlineString .)
Public methodOnlineContainsKey (Inherited from OnlineDictionary OnlineString, OnlineString .)
Public methodOnlineContainsValue (Inherited from OnlineDictionary OnlineString, OnlineString .)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodStatic memberFillGrid
Fills the supplied DataGridView from a packed attribute list.
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetEnumerator (Inherited from OnlineDictionary OnlineString, OnlineString .)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetObjectData (Inherited from OnlineDictionary OnlineString, OnlineString .)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodStatic memberGridToString
Converts a OnlineDataGridView to a packed representation as an attribute list.
Public methodStatic memberListToDictionary
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineOnDeserialization
Implements the OnlineISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from OnlineDictionary OnlineString, OnlineString .)
Public methodOnlineRemove (Inherited from OnlineDictionary OnlineString, OnlineString .)
Public methodToString
Converts the internal representation of an attribute dictionary back to a packed string.
(Overrides OnlineObject ToString .)
Public methodOnlineTryGetValue
Gets the value associated with the specified key.
(Inherited from OnlineDictionary OnlineString, OnlineString .)
Back to Top
Properties

  NameDescription
Public propertyOnlineComparer (Inherited from OnlineDictionary OnlineString, OnlineString .)
Public propertyOnlineCount (Inherited from OnlineDictionary OnlineString, OnlineString .)
Public propertyOnlineItem
Gets or sets the value associated with the specified key.
(Inherited from OnlineDictionary OnlineString, OnlineString .)
Public propertyOnlineKeys (Inherited from OnlineDictionary OnlineString, OnlineString .)
Public propertyOnlineValues (Inherited from OnlineDictionary OnlineString, OnlineString .)
Back to Top
See Also