Click or drag to resize

CommonOptions(Boolean, Boolean, Boolean, Boolean) Constructor

Linkar Framework for .NET and Core


Initializes a new instance of the CommonOptions class.

Namespace: Linkar.Functions
Assembly: Linkar.Functions (in Linkar.Functions.dll) Version: 2.3.1
Syntax
public CommonOptions(
	bool calculated,
	bool conversion = false,
	bool formatSpec = false,
	bool originalRecords = false
)

Parameters

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