VaultApplicationBasestateMethods Field |
Collection of state extension methods by state.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxprotected Dictionary<int, Dictionary<StateAttributeAttributeType, List<IStateMethodInfo>>> stateMethods
Protected stateMethods As Dictionary(Of Integer, Dictionary(Of StateAttributeAttributeType, List(Of IStateMethodInfo)))
protected:
Dictionary<int, Dictionary<StateAttributeAttributeType, List<IStateMethodInfo^>^>^>^ stateMethods
Field Value
Type:
DictionaryInt32,
DictionaryStateAttributeAttributeType,
ListIStateMethodInfo
See Also