MFJsonObjectAdaptorT Class

Base abstract class for implementing JSON compatible adaptors for MFilesAPI objects.

Definition

Namespace: MFiles.VAF.Configuration.JsonAdaptor
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
[SerializableAttribute]
public abstract class MFJsonObjectAdaptor<T> : IMFJsonAdaptor<T>
Inheritance
Object    MFJsonObjectAdaptorT
Derived
More
Implements
IMFJsonAdaptorT

Type Parameters

T

Constructors

MFJsonObjectAdaptorT Simple constructor.
MFJsonObjectAdaptorT(T) Constructor that initializes itself with an existing api object.

Methods

LoadApiObject (Re-)Initializes this adaptor object to be the equivalent of the passed API object.
ResolveID Resolves the id of the of the identifier if the vault object is not null.
ToApiObject Converts this JsonCompatible object to an equivalent API object.
ToJson Serialize the object to a json string.
Validate Performs validation checks on the object and sub-objects and returns any findings.

See Also