Click or drag to resize

ReadOptionsInitializeProperties Method

Initializes the properties of the object. To use after building the object with the constructor without arguments.

Namespace:  LinkarCommon
Assembly:  LinkarClientCOM (in LinkarClientCOM.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public void InitializeProperties(
	bool calculated,
	bool conversion = false,
	bool formatSpec = false,
	bool originalRecords = false
)

Parameters

calculated
Type: SystemBoolean
Return the resulting values from the calculated dictionaries.
conversion (Optional)
Type: SystemBoolean
Execute the defined conversions in the dictionaries before returning.
formatSpec (Optional)
Type: SystemBoolean
Execute the defined formats in the dictionaries before returning.
originalRecords (Optional)
Type: SystemBoolean
Return a copy of the records in MV format.
See Also