Click or drag to resize

LkPropertiesOptions Class

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

Namespace:  LinkarCommon
Assembly:  LinkarClientCOM (in LinkarClientCOM.dll) Version: 2.1.0.0 (2.1.0.0)
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.

This constructor will be used when you want to obtain a list of Properties of the SQLMODE schema type. It is allowed to specify creation options for obtaining the list of properties of SQLMODE type schemas.

Public methodLkPropertiesOptions(ROWHEADERS_TYPE, Boolean, Int32, Int32)

Initializes a new instance of the LkPropertiesOptions class.

This constructor will be used when you want to obtain a list of Properties of the DICTIONARIES schema type. It is allowed to specify creation options for obtaining the list of properties of DICTIONARIES types schemas.

Public methodLkPropertiesOptions(ROWHEADERS_TYPE, Boolean, Boolean, Boolean, Boolean, Int32, Int32)

Initializes a new instance of the LkPropertiesOptions class.

This constructor will be used when you want to obtain a list of Properties of the LKSCHEMAS schema type. It is allowed to specify creation options for obtaining the list of properties of LKSCHEMAS type schemas.

Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInitializePropertiesDictionaries
Initializes the properties of the object. To use after building the object with the constructor without arguments.
Public methodInitializePropertiesLkSchemas
Initializes the properties of the object. To use after building the object with the constructor without arguments.
Public methodInitializePropertiesSqlMode
Initializes the properties of the object. To use after building the object with the constructor without arguments.
Public methodToString (Inherited from Object.)
Top
See Also