MFJsonObjectAdaptorTLoadApiObject Method |
(Re-)Initializes this adaptor object to be the equivalent of the passed API object.
Namespace:
MFiles.VAF.Configuration.JsonAdaptor
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 2.1.0.1 (2.1.0.1)
Syntaxpublic abstract void LoadApiObject(
T apiObject
)
Parameters
- apiObject
- Type: T
The API object used to set the values of this object.
Implements
IMFJsonAdaptorTLoadApiObject(T)
See Also