PropertyDefOrObjectTypeJALoadApiObject Method |
(Re-)Initializes this adaptor object to be the equivilent 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 override void LoadApiObject(
PropertyDefOrObjectType propertyDefOrObjectType
)
Public Overrides Sub LoadApiObject (
propertyDefOrObjectType As PropertyDefOrObjectType
)
public:
virtual void LoadApiObject(
PropertyDefOrObjectType^ propertyDefOrObjectType
) override
Parameters
- propertyDefOrObjectType
- Type: PropertyDefOrObjectType
The API object used to set the values of this object.
Implements
IMFJsonAdaptorTLoadApiObject(T)
Exceptions
See Also