Click or drag to resize

ClientOption Properties

The ClientOption type exposes the following members.

Properties
  NameDescription
Private propertyAppClientOptionData
Client Option data object for value save into database
Public propertyAppName
AppName is Module name resp class name
(Inherited from AppControllerDataItemClass.)
Public propertyClientID
Gives client ID from Session by Token
(Inherited from AppControllerDataItemClass.)
Public propertyDataGridView
Gives a fix Data Grid View
(Overrides AppControllerDataItemClassDataGridView.)
Public propertyDictionaryUI
Gives Dictionary UI
(Inherited from AppControllerDataItemClass.)
Public propertyTableName
usually TableName equal AppName
(Inherited from AppControllerDataItemClass.)
Public propertyToken
Session token, use for check permission and information for User name
(Inherited from AppControllerDataItemClass.)
Public propertyUserName
Gives user name from Session by Token
(Inherited from AppControllerDataItemClass.)
Top
See Also