ControllerDataGridDataItemClass Methods |
The ControllerDataGridDataItemClass generic type exposes the following members.
| Name | Description | |||||||
|---|---|---|---|---|---|---|---|---|
| Copy |
Copy the selected data item to his data grid
(Inherited from PageDataGridDataItemClass.) | |||||||
| CopyItem |
Copies a object 1:1
(Inherited from PageDataGridDataItemClass.) | |||||||
| CopyToClipboard |
Copy the selected data items to clipboard
(Inherited from PageDataGridDataItemClass.) | |||||||
| CopyToClipboard(IList) |
Copy data items to clipboard
(Inherited from PageDataGridDataItemClass.) | |||||||
| DataRefresh |
Refresh user interface data table view
(Inherited from PageDataGridDataItemClass.) | |||||||
| Equals | (Inherited from Object.) | |||||||
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |||||||
| GetColumnIndexByName |
Give column index by column name
(Inherited from PageDataGridDataItemClass.) | |||||||
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |||||||
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |||||||
| InsertFromClipboard |
Insert data items from clipboard
(Inherited from PageDataGridDataItemClass.) | |||||||
| Load |
Load all data items with object AppModule
method GetAll
| |||||||
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |||||||
| OnCollectionChanged |
Data items changed handling
(Inherited from PageDataGridDataItemClass.) | |||||||
| OnCopy |
Event copy from object DataGrid (DataGridMain)
(Inherited from PageDataGridDataItemClass.) | |||||||
| OnCopyToClipboard |
Called method CopyToClipboard(IList). Can be overridden.
(Inherited from PageDataGridDataItemClass.) | |||||||
| OnPaste |
Insrt from clipboard
(Inherited from PageDataGridDataItemClass.) | |||||||
| OnRemove |
Data item remove of datagrid
(Inherited from PageDataGridDataItemClass.) | |||||||
| OnSetColumn |
Puts column with a selection list (ComboBox object, when exist a ListName)
(Inherited from PageDataGridDataItemClass.) | |||||||
| OnSetColumnsDisplayIndex |
Set columns display order (index)
(Inherited from PageDataGridDataItemClass.) | |||||||
| OnSetColumnsReadOnly |
Set column field edit or read only
(Inherited from PageDataGridDataItemClass.) | |||||||
| OnSetColumnsVisibility |
Set columns visibility.
(Inherited from PageDataGridDataItemClass.) | |||||||
| SetData |
Set data to DataItems and PageDataGridUI.DataGridMain.DataContext
(Inherited from PageDataGridDataItemClass.) | |||||||
| SetViewBag |
Puts values of objects:
| |||||||
| ToCopy | (Inherited from PageDataGridDataItemClass.) | |||||||
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |||||||
| Update |
Data items was changed update to database.
| |||||||
| Validate |
Data items validation with AppModule method Validate.
Is data item not valid then show a message on desktop.
|