VAF 2.1.0.1 API Documentation
VAF 2.1.0.1 API Documentation
Namespaces
MFiles.VAF.Configuration.JsonAdaptor
LookupJA Class
LookupJA Methods
LoadApiObject Method
ToApiObject Method
TryAdapt Method
Validate Method
LookupJA
TryAdapt Method
Attempts to convert a value into a json adapted lookup.
Namespace:
MFiles.VAF.Configuration.JsonAdaptor
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 2.1.0.1 (2.1.0.1)
Syntax
C#
Copy
public
static
bool
TryAdapt
(
Object
value
,
out
LookupJA
lookup
)
Parameters
value
Type:
System
Object
The value to convert.
lookup
Type:
MFiles.VAF.Configuration.JsonAdaptor
LookupJA
The created lookup (when the method succeeds).
Return Value
Type:
Boolean
True
if the conversion was successful,
false
otherwise.
See Also
Reference
LookupJA Class
MFiles.VAF.Configuration.JsonAdaptor Namespace