Click or drag to resize

ClientModuleConfig Properties

The ClientModuleConfig type exposes the following members.

Properties
  NameDescription
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 propertyCode exampleDataGridView
Gives translated standard DataGridView with parameters AppName, TableName, UserName and Client
(Inherited from AppControllerDataItemClass.)
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