C# Class ATMLDataAccessLibrary.db.beans.LuStateBean

Inheritance: BASEBean
Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench

Public Properties

Property Type Description
_COUNTRY_CODE System.String
_STATE_CODE System.String
_STATE_FIPS System.String
_STATE_ID System.String
_STATE_NAME System.String
_TABLE_NAME System.String

Public Methods

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

LuStateBean() public method

public LuStateBean ( ) : System
return System

LuStateBean() public method

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

_COUNTRY_CODE public_oe static_oe property

public static String,System _COUNTRY_CODE
return System.String

_STATE_CODE public_oe static_oe property

public static String,System _STATE_CODE
return System.String

_STATE_FIPS public_oe static_oe property

public static String,System _STATE_FIPS
return System.String

_STATE_ID public_oe static_oe property

public static String,System _STATE_ID
return System.String

_STATE_NAME public_oe static_oe property

public static String,System _STATE_NAME
return System.String

_TABLE_NAME public_oe static_oe property

public static String,System _TABLE_NAME
return System.String