C# Class ATMLDataAccessLibrary.db.beans.BASEBean

Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Public Properties

Property Type Description
_ALL string

Protected Properties

Property Type Description
fieldMap Object>.SerializableDictionary
fieldTypeMap OleDbType>.SerializableDictionary
keys List
originalFieldMap Object>.SerializableDictionary

Public Methods

Method Description
BASEBean ( ) : System
BASEBean ( System.Data.OleDb.OleDbDataReader reader ) : System
BASEBean ( String tableName ) : System
Equals ( object obj ) : bool
delete ( ) : void
findRoot ( ) : BASEBean
insert ( ) : object
load ( OleDbDataReader reader ) : void
save ( ) : void
update ( ) : object
writeEndXML ( UTRSXmlWriter xml ) : void
writeStartXML ( UTRSXmlWriter xml ) : void
writeXML ( UTRSXmlWriter xml ) : void

Protected Methods

Method Description
OnDataChanged ( EventArgs e ) : void
OnRecordDeleted ( EventArgs e ) : void
OnRecordInserted ( EventArgs e ) : void
OnRecordUpdated ( EventArgs e ) : void
resetDirtyState ( ) : void

Private Methods

Method Description
getDBType ( Object value ) : OleDbType
getDouble ( Object value ) : Double?
getInt32 ( Object value ) : Int32?
getString ( Object value ) : String

Method Details

BASEBean() public method

public BASEBean ( ) : System
return System

BASEBean() public method

public BASEBean ( System.Data.OleDb.OleDbDataReader reader ) : System
reader System.Data.OleDb.OleDbDataReader
return System

BASEBean() public method

public BASEBean ( String tableName ) : System
tableName String
return System

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

OnDataChanged() protected method

protected OnDataChanged ( EventArgs e ) : void
e EventArgs
return void

OnRecordDeleted() protected method

protected OnRecordDeleted ( EventArgs e ) : void
e EventArgs
return void

OnRecordInserted() protected method

protected OnRecordInserted ( EventArgs e ) : void
e EventArgs
return void

OnRecordUpdated() protected method

protected OnRecordUpdated ( EventArgs e ) : void
e EventArgs
return void

delete() public method

public delete ( ) : void
return void

findRoot() public method

public findRoot ( ) : BASEBean
return BASEBean

insert() public method

public insert ( ) : object
return object

load() public method

public load ( OleDbDataReader reader ) : void
reader OleDbDataReader
return void

resetDirtyState() protected method

protected resetDirtyState ( ) : void
return void

save() public method

public save ( ) : void
return void

update() public method

public update ( ) : object
return object

writeEndXML() public method

public writeEndXML ( UTRSXmlWriter xml ) : void
xml UTRSXmlWriter
return void

writeStartXML() public method

public writeStartXML ( UTRSXmlWriter xml ) : void
xml UTRSXmlWriter
return void

writeXML() public method

public writeXML ( UTRSXmlWriter xml ) : void
xml UTRSXmlWriter
return void

Property Details

_ALL public_oe static_oe property

public static string _ALL
return string

fieldMap protected_oe property

protected SerializableDictionary fieldMap
return Object>.SerializableDictionary

fieldTypeMap protected_oe property

protected SerializableDictionary fieldTypeMap
return OleDbType>.SerializableDictionary

keys protected_oe property

protected List keys
return List

originalFieldMap protected_oe property

protected SerializableDictionary originalFieldMap
return Object>.SerializableDictionary