C# Class ATMLDataAccessLibrary.db.beans.InstrumentBean

Inheritance: BASEBean
Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench

Public Properties

Property Type Description
_ATML System.String
_DESCRIPTION System.String
_INSTRUMENT_NAME System.String
_INSTRUMENT_UUID System.String
_MODEL_NAME System.String
_PART_NUMBER System.String
_TABLE_NAME System.String

Public Methods

Method Description
InstrumentBean ( ) : System
InstrumentBean ( System.Data.OleDb.OleDbDataReader reader ) : System
load ( System.Data.OleDb.OleDbDataReader reader ) : void
writeEndXML ( UTRSXmlWriter xml ) : void
writeStartXML ( UTRSXmlWriter xml ) : void
writeXML ( UTRSXmlWriter xml ) : void

Private Methods

Method Description
initialize ( ) : void

Method Details

InstrumentBean() public method

public InstrumentBean ( ) : System
return System

InstrumentBean() public method

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

load() public method

public load ( System.Data.OleDb.OleDbDataReader reader ) : void
reader System.Data.OleDb.OleDbDataReader
return void

writeEndXML() public method

public writeEndXML ( UTRSXmlWriter xml ) : void
xml ATMLUtilitiesLibrary.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

_ATML public_oe static_oe property

public static String,System _ATML
return System.String

_DESCRIPTION public_oe static_oe property

public static String,System _DESCRIPTION
return System.String

_INSTRUMENT_NAME public_oe static_oe property

public static String,System _INSTRUMENT_NAME
return System.String

_INSTRUMENT_UUID public_oe static_oe property

public static String,System _INSTRUMENT_UUID
return System.String

_MODEL_NAME public_oe static_oe property

public static String,System _MODEL_NAME
return System.String

_PART_NUMBER public_oe static_oe property

public static String,System _PART_NUMBER
return System.String

_TABLE_NAME public_oe static_oe property

public static String,System _TABLE_NAME
return System.String