XMLDataItemClass Class |
Namespace: SIC.File
public class XML<DataItemClass> : IXML<DataItemClass> where DataItemClass : new(), ISettingXML
[Missing <typeparam name="DataItemClass"/> documentation for "T:SIC.File.XML`1"]
The XMLDataItemClass type exposes the following members.
Name | Description | |
---|---|---|
XMLDataItemClass |
Initializes a new instance of the XML class.
|
Name | Description | |
---|---|---|
DataSet | ||
DataTable | ||
DataTableName |
XML data table name
| |
FileName |
XM file name
|
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
|