Click or drag to resize

DataGrid Methods

The DataGrid type exposes the following members.

Methods
  NameDescription
Public methodCount(Records)
Gives the count by all, active or archive data records
(Inherited from ConnectorDataItemClass.)
Public methodCount(String, Records)
Gives the count by all, active or archive data records and filtering by Name
(Inherited from ConnectorDataItemClass.)
Public methodCode exampleDelete(ListInt32)
Delete all data items
(Inherited from ConnectorDataItemClass.)
Public methodDelete(Int32)
Delete a data item - set Status = Delete (except XML provider)
(Inherited from ConnectorDataItemClass.)
Public methodDelete(String)
Delete data item by Name
(Inherited from ConnectorDataItemClass.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExist(Int32)
Check exist data item by ID (hits can be multiple)
(Inherited from ConnectorDataItemClass.)
Public methodExist(String)
Check exist data item by Name (can be multiple)
(Inherited from ConnectorDataItemClass.)
Public methodExistOne
Check exist one data item by Name
(Inherited from ConnectorDataItemClass.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAll
Get data list by standards value without parameter.
(Inherited from ConnectorDataItemClass.)
Public methodGetAll(Records)
Get data list by Records (all, active, archived)
(Inherited from ConnectorDataItemClass.)
Public methodGetAll(String, SortDirections)
Get data list details with sort parameters
(Inherited from ConnectorDataItemClass.)
Public methodGetAll(String, Operators, Object)
Get data list by search parameter.
(Inherited from ConnectorDataItemClass.)
Public methodGetAll(String, SortDirections, String, Operators, Object, Records)
Get data list with all parameters.
(Inherited from ConnectorDataItemClass.)
Public methodGetAppNameList
Get Data Grid View App name list
Public methodGetByID
GetByID (without ClientID filter) because the method from AppStandard filtred by ClientID (see remarks)
Public methodGetByName
Data item search by field Name
(Inherited from ConnectorDataItemClass.)
Public methodGetByViewClient
Gives a DataGrid view list with check has Client template
Public methodGetDataGridViewTemplates
Get Data Grid View templates
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetList
Gives raw data list and is basis for all data processing
(Overrides ConnectorDataItemClassGetList.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodCode exampleGetView(ListViewConfig, DictionaryString, String)
Gives a list of data by settings of ListView Config. The list is divided into pages (paging).
(Inherited from AppStandardDataItemClass.)
Public methodCode exampleGetView(ListViewConfig, String, DictionaryString, String)
Data list configured by List View Config
(Inherited from AppStandardDataItemClass.)
Public methodImport(DataTable)
Data import from a data table
(Inherited from AppStandardDataItemClass.)
Public methodImport(String)
Data import from a CSV file. First row is column label.
(Inherited from AppStandardDataItemClass.)
Public methodImport(Stream, String, String)
Data import from a stream with CSV structure. First row is column label.
(Inherited from AppStandardDataItemClass.)
Protected methodCode exampleImportItem
Import a data item
(Inherited from AppStandardDataItemClass.)
Protected methodInitialize
Database setting for use module
(Inherited from AppStandardDataItemClass.)
Public methodInsert(ListDataItemClass)
Insert list of data items
(Inherited from ConnectorDataItemClass.)
Public methodInsert(DataItemClass)
Insert data item
(Inherited from ConnectorDataItemClass.)
Public methodInsertOrUpdateByName
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 ConnectorDataItemClass.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnDBActionDone
event for override
(Inherited from AppStandardDataItemClass.)
Protected methodOnDBActionPermission
Permission handling
(Inherited from AppStandardDataItemClass.)
Protected methodOnDBActionPrepare
Data prepare before database handling
(Inherited from AppStandardDataItemClass.)
Private methodOnDBActionPrepareApp
Set Client ID
(Inherited from AppStandardDataItemClass.)
Protected methodOnValidating
Validating for required fields and can override
(Inherited from AppStandardDataItemClass.)
Public methodPermissionCheck(CRUD)
Check Permission CRUD and Session Token of this App and User
(Inherited from AppStandardDataItemClass.)
Public methodPermissionCheck(CRUD)
Check Permission CRUD and Session Token of this App and User
(Inherited from AppStandardDataItemClass.)
Public methodResetClient
Data Grid View client App reset to database setting
Protected methodSetDB
Set database
(Overrides ConnectorDataItemClassSetDB.)
Private methodSetUserThisApp
Setting object property UserThisApp (SOWIData.Management.User) by UserName
(Inherited from AppStandardDataItemClass.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate(ListDataItemClass)
Data list update
(Inherited from ConnectorDataItemClass.)
Public methodUpdate(DataItemClass)
Data item update
(Inherited from ConnectorDataItemClass.)
Public methodUpdateClient
Crate or update Client Data Grid View setting
Public methodUpload(String)
Data content upload - not implemented
(Inherited from AppStandardDataItemClass.)
Public methodUpload(DataItemClass, FileContent)
Save file data to data item. This method can be overwrite.
(Inherited from AppStandardDataItemClass.)
Public methodValidate
Validate data item
(Inherited from ConnectorDataItemClass.)
Private methodValidateEventArgData (Inherited from AppStandardDataItemClass.)
Private methodValidateRequired
Validate with Data Grid View (Required)
(Inherited from AppStandardDataItemClass.)
Public methodWrite
Write a document. This not implemented.
(Inherited from AppStandardDataItemClass.)
Top
Extension Methods
  NameDescription
Public Extension MethodGetObjectToBytes
Convert an object to byte array
(Defined by Extensions.)
Public Extension MethodIsNumber
Check is value a number
(Defined by Convert.)
Public Extension MethodToHTMLDisplay(DataGrid, TempDataDictionary)Overloaded. (Defined by Extensions.)
Public Extension MethodCode exampleToHTMLDisplay(String, DataGridDataTypes, String, String, String, String, TempDataDictionary)Overloaded.
Gives HTML code for display.
(Defined by Extensions.)
Public Extension MethodToHTMLEditor(DataGrid, TempDataDictionary, String)Overloaded. (Defined by Extensions.)
Public Extension MethodToHTMLEditor(String, DataGridDataTypes, String, String, String, TempDataDictionary, Boolean, String, DataPlacements, String, String)Overloaded.
Gives HTML code for Input field
(Defined by Extensions.)
Public Extension MethodCode exampleToHTMLHidden(String)Overloaded.
Gives HTML code for hidden data
(Defined by Extensions.)
Public Extension MethodToHTMLHidden(DataGrid)Overloaded.
Gives HTML code for hidden data
(Defined by Extensions.)
Public Extension MethodXMLWrite
Gives XML string from data item
(Defined by Helper.)
Top
See Also