C# Class ATMLDataAccessLibrary.db.beans.LuConnectorPinBean

Inheritance: BASEBean
Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench

Public Properties

Property Type Description
_CONFIG_ID System.String
_PIN_DESCRIPTION System.String
_PIN_DIRECTION System.String
_PIN_IDX System.String
_PIN_NAME System.String
_TABLE_NAME System.String

Public Methods

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

LuConnectorPinBean() public method

public LuConnectorPinBean ( ) : System
return System

LuConnectorPinBean() public method

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

_CONFIG_ID public_oe static_oe property

public static String,System _CONFIG_ID
return System.String

_PIN_DESCRIPTION public_oe static_oe property

public static String,System _PIN_DESCRIPTION
return System.String

_PIN_DIRECTION public_oe static_oe property

public static String,System _PIN_DIRECTION
return System.String

_PIN_IDX public_oe static_oe property

public static String,System _PIN_IDX
return System.String

_PIN_NAME public_oe static_oe property

public static String,System _PIN_NAME
return System.String

_TABLE_NAME public_oe static_oe property

public static String,System _TABLE_NAME
return System.String