XMLDataItemClass Methods | ![]() |
The XMLDataItemClass generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gives number of all exist data item in DataTable object (XML)
|
![]() | Count(String) |
Gives number of exist data item by Name
|
![]() | CreateItem | |
![]() | Delete |
Delete a data item by field Name
|
![]() | Equals | (Inherited from Object.) |
![]() | ExistColumn |
Checked exists column by name in the table
|
![]() | ExistOne |
Check exist one data item by Name
|
![]() | 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 all data items
|
![]() | GetByName |
Gives a data item by Name
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() ![]() | GetPropertyValue |
Gives a property value from any properties
|
![]() | GetTableFields |
Gives a list of type PropertyInfo from the table fields
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Insert |
Insert data item into datatable and store in xml file
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Read |
Load xml file when exist and put data table structure setting xml
|
![]() | SaveAs |
Data items save to file
|
![]() | SetDataTable |
Requirement: object DataTable not be null.
|
![]() ![]() | SetPropertyValue |
Set property value from object
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Update |
Sets value into datatable and store in xml file
|
![]() | Write |
Data items save to file
|