M-Files Vault Application Framework
C#
Show/Hide TOC
MFJson
Collection
Adaptor
T
,
IT
,
TI
Load
Api
Object Method
(Re-)Initializes this adaptor object to be the equivalent of the passed API object.
Definition
Namespace:
MFiles.VAF.Configuration.JsonAdaptor
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Copy
public
abstract
void
LoadApiObject
( T
apiObject
)
Parameters
apiObject
T
The API object used to set the values of this object.
Implements
IMFJsonAdaptor
T
LoadApiObject(T)
See Also
Reference
MFJsonCollectionAdaptor
T, IT, TI
Class
MFiles.VAF.Configuration.JsonAdaptor Namespace
In This Article
Definition
Parameters
Implements
See Also