CommandProviders Methods

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