C# Class ATMLDataAccessLibrary.db.beans.StandardUnitPrefixBean

Inheritance: BASEBean
Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench

Public Properties

Property Type Description
_ID System.String
_MULTIPLE System.String
_SI_PREFIX System.String
_SYMBOL System.String
_TABLE_NAME System.String

Public Methods

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

StandardUnitPrefixBean() public method

public StandardUnitPrefixBean ( ) : System
return System

StandardUnitPrefixBean() public method

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

_ID public_oe static_oe property

public static String,System _ID
return System.String

_MULTIPLE public_oe static_oe property

public static String,System _MULTIPLE
return System.String

_SI_PREFIX public_oe static_oe property

public static String,System _SI_PREFIX
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