Click or drag to resize

LkPropertiesOptions Class

Linkar Framework .NET (Core and Framework)


Contains the options to obtain the list of Properties of the different types of schemas with the LkProperties function.
Inheritance Hierarchy
SystemObject
  Linkar.FunctionsLkPropertiesOptions

Namespace: Linkar.Functions
Assembly: Linkar.Functions (in Linkar.Functions.dll) Version: 2.3.1
Syntax
public class LkPropertiesOptions

The LkPropertiesOptions type exposes the following members.

Constructors
 NameDescription
Public methodLkPropertiesOptions Initializes a new instance of the LkPropertiesOptions class. The object is created with the default values for list of Schema Properties of LKSCHEMAS type.
Public methodLkPropertiesOptions(Boolean, Boolean, Int32, Int32) Initializes a new instance of the LkPropertiesOptions class. Constructor of object used to obtain a list of Properties of the SQLMODE schema type.
Public methodLkPropertiesOptions(RowHeadersTYPE, Boolean, Int32, Int32) Initializes a new instance of the LkPropertiesOptions class. Constructor of object used to obtain a list of Properties of the DICTIONARIES schema type.
Public methodLkPropertiesOptions(RowHeadersTYPE, Boolean, Boolean, Boolean, Boolean, Int32, Int32) Initializes a new instance of the LkPropertiesOptions class. Constructor of object used to obtain a list of Properties of the LKSCHEMAS schema type.
Top
Properties
 NameDescription
Public propertyOnlyVisibles Use only Visible Schemas and Properties.
Public propertyPagination Indicates if pagination is being used or not.
Public propertyPagination_NumPage In case of pagination it indicates the page number to obtain. Must be greater than 0.
Public propertyPagination_RegPage In case of pagination indicates the number of records by page. It must be bigger than 0.
Public propertyRowHeaders Include headings in first row MAINLABEL (main headings), SHORTLABEL (short label headings), and NONE (without headings).
Public propertyRowProperties First row contains property names.
Public propertySchemaType Indicates the type of LkSchemas used.
Public propertySqlMode SQLMODE type schemas
Public propertyUsePropertiesNames Use Properties and Table names.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString Composes the LkProperties options string for processing through LinkarSERVER to the database.
(Overrides ObjectToString)
Top
See Also