Click or drag to resize

MFIdentifierToIDMapper Class

Provides special mapping behavior for MFIdentifer-like types. (I.E. Anything with a VaultElementReferenceAttribute attaches to it). Specifically, it adds appropriate MFIdentiferToIDConverter as converters on the mappings.
Inheritance Hierarchy
SystemObject
  MFiles.VAF.Configuration.JsonMapping.MappersMFIdentifierToIDMapper

Namespace:  MFiles.VAF.Configuration.JsonMapping.Mappers
Assembly:  MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntax
public class MFIdentifierToIDMapper : IJsonValueMapper

The MFIdentifierToIDMapper type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyResolver
Used to resolve id's from references.
Top
Methods
  NameDescription
Public methodCanMap
Determines if this mapper can generate or augment the mapping for a particular data member.
Public methodCreateMapping
Augments the default mapping or generates a new one.
Public methodGetVaultElementReferenceAttribute
Finds a vault element reference attribute applicable to a data member.
Top
See Also