Click or drag to resize

LkSchemasOptions Constructor (ROWHEADERS_TYPE, Boolean, Boolean, Boolean, Int32, Int32)

Initializes a new instance of the LkSchemasOptions class.

This constructor will be used when you want to obtain LKSCHEMAS type schemas. Creation options are allowed for schemasLKSCHEMAS type schemas.

Namespace:  LinkarCommon
Assemblies:   LinkarClientCore (in LinkarClientCore.dll) Version: 2.1.0.0
  LinkarClientMono (in LinkarClientMono.dll) Version: 2.1.0.0 (2.1.0.0)
  LinkarClient (in LinkarClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public LkSchemasOptions(
	ROWHEADERS_TYPE rowHeaders,
	bool rowProperties,
	bool onlyVisibles,
	bool pagination = false,
	int regPage = 10,
	int numPage = 1
)

Parameters

rowHeaders
Type: LinkarCommonROWHEADERS_TYPE
Include headings in first row MAINLABEL (main headings), SHORTLABEL (short label headings), and NONE (without headings).
rowProperties
Type: SystemBoolean
First row contains property names.
onlyVisibles
Type: SystemBoolean
Use only Visible Schemas and Properties.
pagination (Optional)
Type: SystemBoolean
Indicates if pagination is being used or not.
regPage (Optional)
Type: SystemInt32
In case of pagination indicates the number of records by page. It must be bigger than 0.
numPage (Optional)
Type: SystemInt32
In case of pagination it indicates the page number to obtain. Must be greater than 0.
See Also