LookupsJALoadApiObject 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 override void LoadApiObject(
Lookups lookups
)
Public Overrides Sub LoadApiObject (
lookups As Lookups
)
public:
virtual void LoadApiObject(
Lookups^ lookups
) override
Parameters
- lookups
- Type: Lookups
The API object used to set the values of this object.
Implements
IMFJsonAdaptorTLoadApiObject(T)
See Also