C# Class ATMLDataAccessLibrary.db.beans.EquipmentInstrumentBean

Inheritance: BASEBean
Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench

Public Properties

Property Type Description
_ASSET_IDENTIFIER System.String
_EQUIPMENT_UUID System.String
_INSTRUMENT_UUID System.String
_QUANTITY System.String
_TABLE_NAME System.String

Public Methods

Method Description
EquipmentInstrumentBean ( ) : System
EquipmentInstrumentBean ( 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

EquipmentInstrumentBean() public method

public EquipmentInstrumentBean ( ) : System
return System

EquipmentInstrumentBean() public method

public EquipmentInstrumentBean ( 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 ATMLUtilitiesLibrary.UTRSXmlWriter
return void

writeXML() public method

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

Property Details

_ASSET_IDENTIFIER public_oe static_oe property

public static String,System _ASSET_IDENTIFIER
return System.String

_EQUIPMENT_UUID public_oe static_oe property

public static String,System _EQUIPMENT_UUID
return System.String

_INSTRUMENT_UUID public_oe static_oe property

public static String,System _INSTRUMENT_UUID
return System.String

_QUANTITY public_oe static_oe property

public static String,System _QUANTITY
return System.String

_TABLE_NAME public_oe static_oe property

public static String,System _TABLE_NAME
return System.String