TypedValueJA Class

JSON compatible adaptor for TypedValue.

Definition

Namespace: MFiles.VAF.Configuration.JsonAdaptor
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
[SerializableAttribute]
public class TypedValueJA : MFJsonObjectAdaptor<TypedValue>
Inheritance
Object    MFJsonObjectAdaptorTypedValue    TypedValueJA

Constructors

TypedValueJA Simple Constructor.
TypedValueJA(TypedValue) Constructor that initializes itself with an existing api object.

Properties

DataType Maps to TypedValue.DataType.
DisplayValue Maps to TypedValue.DisplayValue.
IsNull Maps to TypedValue.IsNULL.
Value Maps to TypedValue.Value.
ValueAdaptor Wrapper for the Value field.

Methods

FromJson Creates an instance from a json representation.
LoadApiObject (Re-)Initializes this adaptor object to be the equivalent of the passed API object.
(Overrides MFJsonObjectAdaptorTLoadApiObject(T))
ResolveID Resolves the id of the of the identifier if the vault object is not null.
(Inherited from MFJsonObjectAdaptorT)
ToApiObject(Vault) Converts this JsonCompatible object to an equivalent API object.
(Overrides MFJsonObjectAdaptorTToApiObject(Vault))
ToApiObject(Vault, Boolean) Converts this JsonCompatible object to an equivalent API object.
ToJson Serialize the object to a json string.
(Inherited from MFJsonObjectAdaptorT)
Validate Performs validation checks on the object and sub-objects and returns any findings.
(Overrides MFJsonObjectAdaptorTValidate(Vault, String))

See Also