Click or drag to resize

ControllerDataGridDataItemClass Methods

The ControllerDataGridDataItemClass generic type exposes the following members.

Methods
  NameDescription
Public methodCopy
Copy the selected data item to his data grid
(Inherited from PageDataGridDataItemClass.)
Private methodCopyItem
Copies a object 1:1
(Inherited from PageDataGridDataItemClass.)
Public methodCode exampleCopyToClipboard
Copy the selected data items to clipboard
(Inherited from PageDataGridDataItemClass.)
Public methodCopyToClipboard(IList)
Copy data items to clipboard
(Inherited from PageDataGridDataItemClass.)
Public methodDataRefresh
Refresh user interface data table view
(Inherited from PageDataGridDataItemClass.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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 methodGetColumnIndexByName
Give column index by column name
(Inherited from PageDataGridDataItemClass.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodCode exampleInsertFromClipboard
Insert data items from clipboard
(Inherited from PageDataGridDataItemClass.)
Public methodCode exampleLoad
Load all data items with object AppModule method GetAll
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodCode exampleOnCollectionChanged
Data items changed handling
(Inherited from PageDataGridDataItemClass.)
Protected methodCode exampleOnCopy
Event copy from object DataGrid (DataGridMain)
(Inherited from PageDataGridDataItemClass.)
Protected methodOnCopyToClipboard
Called method CopyToClipboard(IList). Can be overridden.
(Inherited from PageDataGridDataItemClass.)
Private methodOnPaste
Insrt from clipboard
(Inherited from PageDataGridDataItemClass.)
Protected methodOnRemove
Data item remove of datagrid
(Inherited from PageDataGridDataItemClass.)
Protected methodCode exampleOnSetColumn
Puts column with a selection list (ComboBox object, when exist a ListName)
(Inherited from PageDataGridDataItemClass.)
Protected methodCode exampleOnSetColumnsDisplayIndex
Set columns display order (index)
(Inherited from PageDataGridDataItemClass.)
Protected methodCode exampleOnSetColumnsReadOnly
Set column field edit or read only
(Inherited from PageDataGridDataItemClass.)
Protected methodCode exampleOnSetColumnsVisibility
Set columns visibility.
(Inherited from PageDataGridDataItemClass.)
Public methodSetData
Set data to DataItems and PageDataGridUI.DataGridMain.DataContext
(Inherited from PageDataGridDataItemClass.)
Public methodCode exampleSetViewBag
Puts values of objects:
NameDescription
DataGridViewPuts Data Grid View from object PageDataGrid
TempDataPuts data list for selection
Public methodCode exampleToCopy
Copy a data item. Put properties: ID 0, Action Create, Status Create and empty GUID
(Inherited from PageDataGridDataItemClass.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodCode exampleUpdate
Data items was changed update to database.
Public methodCode exampleValidate
Data items validation with AppModule method Validate. Is data item not valid then show a message on desktop.
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