NvsValues Class

Definition

Namespace: MFiles.VAF.Configuration.Nvs
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public class NvsValues : Dictionary<NvsKey, Object>
Inheritance
Object    DictionaryNvsKey, Object    NvsValues

Constructors

Properties

Comparer Gets the IEqualityComparerT that is used to determine equality of keys for the dictionary.
(Inherited from DictionaryNvsKey, Object)
Count Gets the number of key/value pairs contained in the DictionaryTKey, TValue.
(Inherited from DictionaryNvsKey, Object)
Item Gets or sets the value associated with the specified key.
(Inherited from DictionaryNvsKey, Object)
Keys Gets a collection containing the keys in the DictionaryTKey, TValue.
(Inherited from DictionaryNvsKey, Object)
Values Gets a collection containing the values in the DictionaryTKey, TValue.
(Inherited from DictionaryNvsKey, Object)

Methods

Add Adds the specified key and value to the dictionary.
(Inherited from DictionaryNvsKey, Object)
Clear Removes all keys and values from the DictionaryTKey, TValue.
(Inherited from DictionaryNvsKey, Object)
ContainsKey Determines whether the DictionaryTKey, TValue contains the specified key.
(Inherited from DictionaryNvsKey, Object)
ContainsValue Determines whether the DictionaryTKey, TValue contains a specific value.
(Inherited from DictionaryNvsKey, Object)
GetEnumerator Returns an enumerator that iterates through the DictionaryTKey, TValue.
(Inherited from DictionaryNvsKey, Object)
GetLocations  
GetNamedValuesByLocation  
GetNamedValuesForLocation  
GetObjectData Implements the ISerializable interface and returns the data needed to serialize the DictionaryTKey, TValue instance.
(Inherited from DictionaryNvsKey, Object)
OnDeserialization Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from DictionaryNvsKey, Object)
Remove Removes the value with the specified key from the DictionaryTKey, TValue.
(Inherited from DictionaryNvsKey, Object)
TryGetValue Gets the value associated with the specified key.
(Inherited from DictionaryNvsKey, Object)

See Also