AppStandardDataItemClass Properties |
The AppStandardDataItemClass generic type exposes the following members.
| Name | Description | |
|---|---|---|
| AppName |
AppName is Module name resp class name
| |
| ClientID |
Gives client ID by user of the app used. Set of UserThisApp | |
| ConnectionString |
Gives database connection string of the app used
(Inherited from ConnectorDataItemClass.) | |
| DataGridView | ||
| DB |
Database object. Sets with method SetDB.
(Inherited from ConnectorDataItemClass.) | |
| DictionaryUI |
Gives Dictionary for UI.
| |
| LanguageOut |
Gives language for UI from User. Can't setting then set default DE
| |
| NameUnchanged |
Flag no change value in field Name Default: false
(Inherited from ConnectorDataItemClass.) | |
| NameUnique |
Flag whether Name unique Default: false
(Inherited from ConnectorDataItemClass.) | |
| Permissions |
Gives permissions by User and Module
| |
| Provider |
Gives data provider type back.
(Inherited from ConnectorDataItemClass.) | |
| RecordStandard |
Which data items read from database? All, active or archived records.
(Inherited from ConnectorDataItemClass.) | |
| SortDirectionStandard |
Standard sort direction by sort field for example method GeAll
(Inherited from ConnectorDataItemClass.) | |
| SortFieldStandard |
Standard sort field for example method GeAll
(Inherited from ConnectorDataItemClass.) | |
| TableName |
usually TableName equal AppName
| |
| Token |
Session token, use for check permission and information for User name
| |
| UserName |
Gives user name of the app used
(Inherited from ConnectorDataItemClass.) | |
| UserThisApp |
Gives user data item (SOWIData.Management.User) of the app used. The user is managed by UserName or set by constructor
| |
| XML |
XML object. Sets with method SetDB
(Inherited from ConnectorDataItemClass.) |