BaseObject MethodsNemiro.Data.dll

The BaseObject type exposes the following members.

Methods

  NameDescription
Public methodCreateTable
Creates a database table based on the scheme described in the instance of the derived class.
Public methodDelete
Removes an instance of the derived data from the database.
Public methodEquals (Inherited from Object.)
Public methodExists
Checks the existence of data in the table of database.
Protected methodFinalize (Inherited from Object.)
Public methodGetChanges
Returns information about the data changes.
Public methodGetHashCode (Inherited from Object.)
Public methodStatic memberGetList
Returns a collection of instances of the derived class.
Public methodGetType (Inherited from Object.)
Public methodLoad 
Loads to instance of the derived class data by primary key field or unique fields.
Public methodLoad(DataRow)
Loads to instance of the derived class data from DataRow instance.
Public methodLoadJson
Loads data from JSON to instance of the derived class.
Public methodLoadXml(String)
Loads data from the XML-document to instance of the derived class.
Public methodLoadXml(String, Encoding)
Loads data from the XML-document to instance of the derived class with specified encoding.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSave
Saves data of derived class instance to the database.
Public methodTableExists
Checks an existence the table in the database, described in the instance of the derived class.
Public methodToJson
Serializes the instance of the derived class to JSON.
Public methodToString
Returns an instance of the derived class as a string in the format JSON.
(Overrides Object ToString .)
Public methodToXml 
Serializes an instance of the derived class to XML.
Public methodToXml(Encoding)
Serializes an instance of the derived class to XML with specified encoding.
Public methodToXml(Encoding, Formatting)
Serializes an instance of the derived class to XML with specified encoding and formatting options.
Top
See Also