ResourceMetadata Class

Definition

Namespace: MFiles.VAF.Configuration.ResourceEditor
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public class ResourceMetadata : Dictionary<string, string>
Inheritance
Object    DictionaryString, String    ResourceMetadata

Constructors

Properties

Comparer Gets the IEqualityComparerT that is used to determine equality of keys for the dictionary.
(Inherited from DictionaryString, String)
ContentType  
Count Gets the number of key/value pairs contained in the DictionaryTKey, TValue.
(Inherited from DictionaryString, String)
Created  
CreatedBy  
Id  
Item Gets or sets the value associated with the specified key.
(Inherited from DictionaryString, String)
Keys Gets a collection containing the keys in the DictionaryTKey, TValue.
(Inherited from DictionaryString, String)
Modified  
ModifiedBy  
Name  
Size  
Values Gets a collection containing the values in the DictionaryTKey, TValue.
(Inherited from DictionaryString, String)

Methods

Add Adds the specified key and value to the dictionary.
(Inherited from DictionaryString, String)
Clear Removes all keys and values from the DictionaryTKey, TValue.
(Inherited from DictionaryString, String)
ContainsKey Determines whether the DictionaryTKey, TValue contains the specified key.
(Inherited from DictionaryString, String)
ContainsValue Determines whether the DictionaryTKey, TValue contains a specific value.
(Inherited from DictionaryString, String)
Deserialize  
GetDate  
GetEnumerator Returns an enumerator that iterates through the DictionaryTKey, TValue.
(Inherited from DictionaryString, String)
GetLong  
GetObjectData Implements the ISerializable interface and returns the data needed to serialize the DictionaryTKey, TValue instance.
(Inherited from DictionaryString, String)
GetValue  
OnDeserialization Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from DictionaryString, String)
Remove Removes the value with the specified key from the DictionaryTKey, TValue.
(Inherited from DictionaryString, String)
Serialize  
SetDate  
SetLong  
SetValue  
TryGetValue Gets the value associated with the specified key.
(Inherited from DictionaryString, String)

See Also