VAF 2.1.0.1 API Documentation
VAF 2.1.0.1 API Documentation
Namespaces
MFiles.VAF.Configuration.JsonMapping.Mappers
MFIdentifierToIDMapper Class
MFIdentifierToIDMapper Methods
CanMap Method
CreateMapping Method
GetVaultElementReferenceAttribute Method
MFIdentifierToIDMapper
GetVaultElementReferenceAttribute Method
Finds a vault element reference attribute applicable to a data member.
Namespace:
MFiles.VAF.Configuration.JsonMapping.Mappers
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 2.1.0.1 (2.1.0.1)
Syntax
C#
Copy
public
VaultElementReferenceAttribute
GetVaultElementReferenceAttribute
(
DataMemberInfo
dm
)
Parameters
dm
Type:
MFiles.VAF.Configuration.JsonMapping
DataMemberInfo
The data element to get the attribute for.
Return Value
Type:
VaultElementReferenceAttribute
Returns null if not found.
See Also
Reference
MFIdentifierToIDMapper Class
MFiles.VAF.Configuration.JsonMapping.Mappers Namespace