CommandProviders Class

Placeholder command providers indexed by their respective commands.

Definition

Namespace: MFiles.VAF.Placeholders
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public class CommandProviders : Dictionary<string, IPlaceholderCommandProvider>
Inheritance
Object    DictionaryString, IPlaceholderCommandProvider    CommandProviders

Constructors

Properties

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

Methods

Add(IPlaceholderCommandProvider) Adds a provider to the dictionary.
Add(TKey, TValue) Adds the specified key and value to the dictionary.
(Inherited from DictionaryString, IPlaceholderCommandProvider)
AddRange(IEnumerableIPlaceholderCommandProvider) Adds multiple providers to the dictionary.
AddRange(IPlaceholderCommandProvider) Adds multiple providers to the dictionary.
Clear Removes all keys and values from the DictionaryTKey, TValue.
(Inherited from DictionaryString, IPlaceholderCommandProvider)
ContainsKey Determines whether the DictionaryTKey, TValue contains the specified key.
(Inherited from DictionaryString, IPlaceholderCommandProvider)
ContainsValue Determines whether the DictionaryTKey, TValue contains a specific value.
(Inherited from DictionaryString, IPlaceholderCommandProvider)
GetDefaultProviders Default placeholder command providers (all VAF built in commands).
GetEnumerator Returns an enumerator that iterates through the DictionaryTKey, TValue.
(Inherited from DictionaryString, IPlaceholderCommandProvider)
GetMFilesConcatenatingPropertyCommands The placeholder commands available in M-Files admin when defining an auto-concatenating property.
GetMFilesNotificationContext The placeholder commands available when defining an M-Files notification.
GetObjectData Implements the ISerializable interface and returns the data needed to serialize the DictionaryTKey, TValue instance.
(Inherited from DictionaryString, IPlaceholderCommandProvider)
OnDeserialization Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from DictionaryString, IPlaceholderCommandProvider)
Remove Removes the value with the specified key from the DictionaryTKey, TValue.
(Inherited from DictionaryString, IPlaceholderCommandProvider)
TryGetValue Gets the value associated with the specified key.
(Inherited from DictionaryString, IPlaceholderCommandProvider)

See Also