Click or drag to resize

AppStandardDataItemClass Properties

The AppStandardDataItemClass generic type exposes the following members.

Properties
  NameDescription
Public propertyAppName
AppName is Module name resp class name
Public propertyClientID
Gives client ID by user of the app used. Set of UserThisApp
Public propertyConnectionString
Gives database connection string of the app used
(Inherited from ConnectorDataItemClass.)
Public propertyCode exampleDataGridView
Gives translated standard DataGridView with this properties AppName, TableName, UserName and ClientID
Protected propertyDB
Database object. Sets with method SetDB.
(Inherited from ConnectorDataItemClass.)
Public propertyDictionaryUI
Gives Dictionary for UI.
Public propertyLanguageOut
Gives language for UI from User. Can't setting then set default DE
Public propertyNameUnchanged
Flag no change value in field Name Default: false
(Inherited from ConnectorDataItemClass.)
Public propertyNameUnique
Flag whether Name unique Default: false
(Inherited from ConnectorDataItemClass.)
Public propertyPermissions
Gives permissions by User and Module
Protected propertyProvider
Gives data provider type back.
(Inherited from ConnectorDataItemClass.)
Public propertyRecordStandard
Which data items read from database? All, active or archived records.
(Inherited from ConnectorDataItemClass.)
Public propertySortDirectionStandard
Standard sort direction by sort field for example method GeAll
(Inherited from ConnectorDataItemClass.)
Public propertySortFieldStandard
Standard sort field for example method GeAll
(Inherited from ConnectorDataItemClass.)
Public propertyTableName
usually TableName equal AppName
Public propertyToken
Session token, use for check permission and information for User name
Public propertyUserName
Gives user name of the app used
(Inherited from ConnectorDataItemClass.)
Public propertyUserThisApp
Gives user data item (SOWIData.Management.User) of the app used. The user is managed by UserName or set by constructor
Protected propertyXML
XML object. Sets with method SetDB
(Inherited from ConnectorDataItemClass.)
Top
See Also