JsonValueAdaptor(MFDataType, Object) Constructor

Constructor that sets the value immediately.

Definition

Namespace: MFiles.VAF.Configuration.JsonAdaptor
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public JsonValueAdaptor(
	MFDataType dataType,
	Object value
)

Parameters

dataType  MFDataType
The datatype of the value.
value  Object
The value.

See Also