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