MFJsonCollectionAdaptorT, IT, TILoadApiObject 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: 21.8.10524.1
Syntaxpublic abstract void LoadApiObject(
T apiObject
)
Public MustOverride Sub LoadApiObject (
apiObject As T
)
public:
virtual void LoadApiObject(
T apiObject
) abstract
Parameters
- apiObject
- Type: T
The API object used to set the values of this object.
Implements
IMFJsonAdaptorTLoadApiObject(T)
See Also