MFIdentiferToIDConverter Class |
Namespace: MFiles.VAF.Configuration.JsonMapping.Converters
The MFIdentiferToIDConverter type exposes the following members.
Name | Description | |
---|---|---|
![]() | MFIdentiferToIDConverter(Vault, Type) |
Constructor.
|
![]() | MFIdentiferToIDConverter(IMFIdentiferResolver, Type) |
Constructor.
|
Name | Description | |
---|---|---|
![]() | Resolver |
Used to resolve id's from references.
|
![]() | Type |
The type of structure element being IDed/Referenced.
|
![]() | WriteIdAsString |
Indicates whether we should write the id values as strings instead of integers.
|
Name | Description | |
---|---|---|
![]() | ConvertValue |
Ensures that any non-numeric source values are resolved to an explicit
id in the target value. Additionally a ghost value may be added to the
target value's parent object to retain the original reference.
|
![]() | GetIdValue |
Gets a JSON compatible value from the id.
|
![]() | Invert |
Provides a reverse converter, for mapping values in the opposite direction.
|