CertDbRow Class

Represents a CA database row dictionary, where key represents column name and value represents column value.

Definition

Namespace: ADCS.CertMod.Managed
Assembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 1.2.0.0 (1.2.0.0)
C#
public class CertDbRow : Dictionary<string, Object>
Inheritance
Object    DictionaryString, Object    CertDbRow

Constructors

CertDbRow Initializes a new instance of CertDbRow class.
CertDbRow(IDictionaryString, Object) Initializes a new instance of CertDbRow class from existing properties.

Properties

ComparerGets the IEqualityComparerT that is used to determine equality of keys for the dictionary.
(Inherited from DictionaryString, Object)
CountGets the number of key/value pairs contained in the DictionaryTKey, TValue.
(Inherited from DictionaryString, Object)
ItemGets or sets the value associated with the specified key.
(Inherited from DictionaryString, Object)
KeysGets a collection containing the keys in the DictionaryTKey, TValue.
(Inherited from DictionaryString, Object)
ValuesGets a collection containing the values in the DictionaryTKey, TValue.
(Inherited from DictionaryString, Object)

Methods

AddAdds the specified key and value to the dictionary.
(Inherited from DictionaryString, Object)
AddRange Copies existing dictionary into current object.
ClearRemoves all keys and values from the DictionaryTKey, TValue.
(Inherited from DictionaryString, Object)
ContainsKeyDetermines whether the DictionaryTKey, TValue contains the specified key.
(Inherited from DictionaryString, Object)
ContainsValueDetermines whether the DictionaryTKey, TValue contains a specific value.
(Inherited from DictionaryString, Object)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetEnumeratorReturns an enumerator that iterates through the DictionaryTKey, TValue.
(Inherited from DictionaryString, Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetObjectDataImplements the ISerializable interface and returns the data needed to serialize the DictionaryTKey, TValue instance.
(Inherited from DictionaryString, Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
OnDeserializationImplements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from DictionaryString, Object)
RemoveRemoves the value with the specified key from the DictionaryTKey, TValue.
(Inherited from DictionaryString, Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)
TryGetValueGets the value associated with the specified key.
(Inherited from DictionaryString, Object)

See Also