public class CommandProviders : Dictionary<string, IPlaceholderCommandProvider>| CommandProviders | Default Constructor. |
| CommandProviders(IEnumerableIPlaceholderCommandProvider) | Constructor. |
| CommandProviders(IPlaceholderCommandProvider) | Constructor. |
| 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) |
| 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) |