Click or drag to resize

DictionaryUI Properties

The DictionaryUI type exposes the following members.

Properties
  NameDescription
Public propertyConnectionString
Gives database connection string of the app used
(Inherited from Connector<DataItemClass>.)
Protected propertyDB
Database object. Sets with method SetDB.
(Inherited from Connector<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>.)
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 propertyUserName
Gives user name of the app used
(Inherited from Connector<DataItemClass>.)
Protected propertyXML
XML object. Sets with method SetDB
(Inherited from Connector<DataItemClass>.)
Top
See Also