Click or drag to resize

User Properties

The User type exposes the following members.

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