EventArgDataDataItemClass Class | |
Use for methods event Validating, Insert, Update and Delete
Inheritance Hierarchy
Namespace:
SOWIData
Assembly:
SOWIData (in SOWIData.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public class EventArgData<DataItemClass> : EventArgs
Public Class EventArgData(Of DataItemClass)
Inherits EventArgs
Type Parameters
- DataItemClass
- set data class example SOWIData.App.People
The EventArgDataDataItemClass type exposes the following members.
Constructors Properties
| Name | Description |
---|
| Action |
Data action
|
| Item |
Data item of DataItemClass type example SOWIData.People
|
| List |
List of DataItemClass type
|
| ModelState |
SOWI App ModelState
|
TopMethods
| Name | Description |
---|
| Equals | Determines whether the specified Object is equal to the current Object. (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.) |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
TopExtension Methods
| Name | Description |
---|
| GetObjectToBytes |
Convert an object to byte array
(Defined by Extensions.) |
| IsNumber |
Check is value a number
(Defined by Convert.) |
| ToHTMLDisplay(DataGrid, TempDataDictionary) | Overloaded. (Defined by Extensions.) |
| ToHTMLDisplay(String, DataGridDataTypes, String, String, String, String, TempDataDictionary) | Overloaded.
Gives HTML code for display.
(Defined by Extensions.) |
| ToHTMLEditor(DataGrid, TempDataDictionary, String) | Overloaded.
Gives HTML code for Input field.
Call method ToHTMLEditor(Object, String, DataGridDataTypes, String, String, String, TempDataDictionary, Boolean, String, DataPlacements, String, String) (Defined by Extensions.) |
| ToHTMLEditor(String, DataGridDataTypes, String, String, String, TempDataDictionary, Boolean, String, DataPlacements, String, String) | Overloaded.
Gives HTML code for Input field
(Defined by Extensions.) |
| ToHTMLHidden(String) | Overloaded.
Gives HTML code for hidden data
(Defined by Extensions.) |
| ToHTMLHidden(DataGrid) | Overloaded.
Gives HTML code for hidden data
(Defined by Extensions.) |
| XMLWrite |
Gives XML string from data item
(Defined by Helper.) |
TopSee Also