CommandProviders Class |
Namespace: MFiles.VAF.Placeholders
The CommandProviders type exposes the following members.
Name | Description | |
---|---|---|
![]() | CommandProviders |
Default Constructor.
|
![]() | CommandProviders(IPlaceholderCommandProvider) |
Constructor.
|
![]() | CommandProviders(IEnumerableIPlaceholderCommandProvider) |
Constructor.
|
Name | Description | |
---|---|---|
![]() | 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.) |
Name | Description | |
---|---|---|
![]() | 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(IPlaceholderCommandProvider) |
Adds multiple providers to the dictionary.
|
![]() | AddRange(IEnumerableIPlaceholderCommandProvider) |
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.) |