VaultApplicationBasepropertyMethods Field |
Collection of property extension methods by property.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxprotected Dictionary<int, Dictionary<PropertyAttributeAttributeType, List<IPropertyMethodInfo>>> propertyMethods
Protected propertyMethods As Dictionary(Of Integer, Dictionary(Of PropertyAttributeAttributeType, List(Of IPropertyMethodInfo)))
protected:
Dictionary<int, Dictionary<PropertyAttributeAttributeType, List<IPropertyMethodInfo^>^>^>^ propertyMethods
Field Value
Type:
DictionaryInt32,
DictionaryPropertyAttributeAttributeType,
ListIPropertyMethodInfo
See Also