The BaseObject type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateTable |
Creates a database table based on the scheme described in the instance of the derived class.
| |
Delete |
Removes an instance of the derived data from the database.
| |
Equals | (Inherited from Object.) | |
Exists |
Checks the existence of data in the table of database.
| |
Finalize | (Inherited from Object.) | |
GetChanges |
Returns information about the data changes.
| |
GetHashCode | (Inherited from Object.) | |
GetList |
Returns a collection of instances of the derived class.
| |
GetType | (Inherited from Object.) | |
Load |
Loads to instance of the derived class data by primary key field or unique fields.
| |
Load(DataRow) |
Loads to instance of the derived class data from DataRow instance.
| |
LoadJson |
Loads data from JSON to instance of the derived class.
| |
LoadXml(String) |
Loads data from the XML-document to instance of the derived class.
| |
LoadXml(String, Encoding) |
Loads data from the XML-document to instance of the derived class with specified encoding.
| |
MemberwiseClone | (Inherited from Object.) | |
Save |
Saves data of derived class instance to the database.
| |
TableExists |
Checks an existence the table in the database, described in the instance of the derived class.
| |
ToJson |
Serializes the instance of the derived class to JSON.
| |
ToString |
Returns an instance of the derived class as a string in the format JSON.
(Overrides Object ToString .) | |
ToXml |
Serializes an instance of the derived class to XML.
| |
ToXml(Encoding) |
Serializes an instance of the derived class to XML with specified encoding.
| |
ToXml(Encoding, Formatting) |
Serializes an instance of the derived class to XML with specified encoding and formatting options.
|
See Also