C# Class ATMLDataAccessLibrary.db.beans.StatndardUnitMeasurmentBean

Inheritance: BASEBean
Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench

Public Properties

Property Type Description
_CHEMICAL System.String
_DEPRECATED System.String
_ELECTRICAL System.String
_ID System.String
_LIMIT_LIST System.String
_NOTES System.String
_OPTICAL System.String
_SYMBOL System.String
_TABLE_NAME System.String
_UNIT System.String

Public Methods

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

StatndardUnitMeasurmentBean() public method

public StatndardUnitMeasurmentBean ( ) : System
return System

StatndardUnitMeasurmentBean() public method

public StatndardUnitMeasurmentBean ( 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

_CHEMICAL public_oe static_oe property

public static String,System _CHEMICAL
return System.String

_DEPRECATED public_oe static_oe property

public static String,System _DEPRECATED
return System.String

_ELECTRICAL public_oe static_oe property

public static String,System _ELECTRICAL
return System.String

_ID public_oe static_oe property

public static String,System _ID
return System.String

_LIMIT_LIST public_oe static_oe property

public static String,System _LIMIT_LIST
return System.String

_NOTES public_oe static_oe property

public static String,System _NOTES
return System.String

_OPTICAL public_oe static_oe property

public static String,System _OPTICAL
return System.String

_SYMBOL public_oe static_oe property

public static String,System _SYMBOL
return System.String

_TABLE_NAME public_oe static_oe property

public static String,System _TABLE_NAME
return System.String

_UNIT public_oe static_oe property

public static String,System _UNIT
return System.String