DataGrid Class | ![]() |
Namespace: SOWIApp.Management.Data
The DataGrid type exposes the following members.
Name | Description | |
---|---|---|
![]() | DataGrid() |
Standard database setting
|
![]() | DataGrid(String) |
Standard database setting with definite User name
|
![]() | DataGrid(String, String) |
Definite database setting and User name
|
Name | Description | |
---|---|---|
![]() | ConnectionString |
Gives database connection string of the app used
(Inherited from Connector<DataItemClass>.) |
![]() | DB |
Database object. Sets with method SetDB.
(Inherited from Connector<DataItemClass>.) |
![]() | NameUnchanged |
Flag no change value in field Name Default: false
(Inherited from Connector<DataItemClass>.) |
![]() | NameUnique |
Flag whether Name unique Default: false
(Inherited from Connector<DataItemClass>.) |
![]() | Provider |
Gives data provider type back.
(Inherited from Connector<DataItemClass>.) |
![]() | RecordStandard |
Which data items read from database? All, active or archived records.
(Inherited from Connector<DataItemClass>.) |
![]() | SortDirectionStandard |
Standard sort direction by sort field for example method GeAll
(Inherited from Connector<DataItemClass>.) |
![]() | SortFieldStandard |
Standard sort field for example method GeAll
(Inherited from Connector<DataItemClass>.) |
![]() | UserName |
Gives user name of the app used
(Inherited from Connector<DataItemClass>.) |
![]() | XML |
XML object. Sets with method SetDB
(Inherited from Connector<DataItemClass>.) |
Name | Description | |
---|---|---|
![]() | Count(Records) |
Gives the count by all, active or archive data records
(Inherited from Connector<DataItemClass>.) |
![]() | Count(String, Records) |
Gives the count by all, active or archive data records and filtering by Name
(Inherited from Connector<DataItemClass>.) |
![]() ![]() | Delete(List<Int32>) |
Delete all data items
(Inherited from Connector<DataItemClass>.) |
![]() | Delete(Int32) |
Delete a data item - set Status = Delete (except XML provider)
(Inherited from Connector<DataItemClass>.) |
![]() | Delete(String) |
Delete data item by Name
(Inherited from Connector<DataItemClass>.) |
![]() | DeleteByUser |
Delete all data items by user name
|
![]() | Equals | (Inherited from Object.) |
![]() | Exist(Int32) |
Check exist data item by ID (hits can be multiple)
(Inherited from Connector<DataItemClass>.) |
![]() | Exist(String) |
Check exist data item by Name (can be multiple)
(Inherited from Connector<DataItemClass>.) |
![]() | ExistOne |
Check exist one data item by Name
(Inherited from Connector<DataItemClass>.) |
![]() | ExistView |
Check exists Data Grid View
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetAll() |
Get data list by standards value without parameter.
(Inherited from Connector<DataItemClass>.) |
![]() | GetAll(Records) |
Get data list by Records (all, active, archived)
(Inherited from Connector<DataItemClass>.) |
![]() | GetAll(String, SortDirections) |
Get data list details with sort parameters
(Inherited from Connector<DataItemClass>.) |
![]() | GetAll(String, Operators, Object) |
Get data list by search parameter.
(Inherited from Connector<DataItemClass>.) |
![]() | GetAll(String, SortDirections, String, Operators, Object, Records) |
Get data list with all parameters.
(Inherited from Connector<DataItemClass>.) |
![]() | GetAppNameList |
List of App names in table DataGrid
|
![]() | GetByID |
Gives one data item by ID
(Inherited from Connector<DataItemClass>.) |
![]() | GetByName |
Data item search by field Name
(Inherited from Connector<DataItemClass>.) |
![]() | GetByView |
Gives a data list DataGrid from database by App, View and User name order by field Order, OrderDefault
|
![]() | GetClientNameList |
List of Client names from table Client
|
![]() ![]() | GetDataGridViewFromProperties |
Create data list of DataGrid from list of property
|
![]() | GetDataGridViewTemplate |
Check first exists "TemplateClient" and secound exists "TemplateDatabase" in table DataGrid.
If no exists the template then create a template by reference to data class and save this in database as TemplateDatabase.
|
![]() | GetDataGridViewTemplates |
Gives all Data Grid View list by Template Database and Client
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetList |
Gives raw data list and is basis for all data processing
(Overrides Connector<DataItemClass>.GetList().) |
![]() | GetTableNameList |
List of Table names in table DataGrid
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetUserNameList |
List of User names in table DataGrid
|
![]() | GetViewNameList |
List of View names in table DataGrid
|
![]() | Insert(List<DataItemClass>) |
Insert list of data items
(Inherited from Connector<DataItemClass>.) |
![]() | Insert(DataItemClass) |
Insert data item
(Inherited from Connector<DataItemClass>.) |
![]() | InsertOrUpdateByName |
If not exists data record by Name then call method Insert.
If exists data record unique then call method Update.
If more data records then trigger an exception DataFoundMoreAsOne
(Inherited from Connector<DataItemClass>.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ResetClient |
Data Grid View client App reset to database setting
|
![]() | SetDataGridView |
Save data records of Data Grid View
|
![]() | SetDataGridViewItem |
Save data record of Data Grid View item
|
![]() | SetDB |
Set database
(Overrides Connector<DataItemClass>.SetDB().) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Update(List<DataItemClass>) |
Data list update
(Inherited from Connector<DataItemClass>.) |
![]() | Update(DataItemClass) |
Data item update
(Inherited from Connector<DataItemClass>.) |
![]() | UpdateClient |
Crate or update Client Data Grid View setting
|
![]() | Validate |
Validate data item
(Inherited from Connector<DataItemClass>.) |
Name | Description | |
---|---|---|
![]() | DBActionAfter |
Triggered by methods Get*, Insert, Update and Delete
(Inherited from Connector<DataItemClass>.) |
![]() | DBActionBefore |
Triggered by methods Get*, Insert, Update and Delete
(Inherited from Connector<DataItemClass>.) |
![]() | DBActionDone |
Triggered by methods Get*, Insert, Update and Delete
(Inherited from Connector<DataItemClass>.) |
![]() | DBActionPermission |
Triggered by methods Get*, Insert, Update and Delete
(Inherited from Connector<DataItemClass>.) |
![]() ![]() | DBActionPrepare |
Triggered by methods Get*, Insert, Update and Delete
(Inherited from Connector<DataItemClass>.) |
![]() | Validating |
Triggered by method Validate
(Inherited from Connector<DataItemClass>.) |