C# Class ATMLDataAccessLibrary.db.beans.LuConnectorConfigurationBean

Inheritance: BASEBean
Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench

Méthodes publiques

Свойство Type Description
_CONFIG_NAME System.String
_CONNECTOR_ID System.String
_ID System.String
_TABLE_NAME System.String

Méthodes publiques

Méthode Description
LuConnectorConfigurationBean ( ) : System
LuConnectorConfigurationBean ( 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

Méthode Description
initialize ( ) : void

Method Details

LuConnectorConfigurationBean() public méthode

public LuConnectorConfigurationBean ( ) : System
Résultat System

LuConnectorConfigurationBean() public méthode

public LuConnectorConfigurationBean ( System.Data.OleDb.OleDbDataReader reader ) : System
reader System.Data.OleDb.OleDbDataReader
Résultat System

load() public méthode

public load ( System.Data.OleDb.OleDbDataReader reader ) : void
reader System.Data.OleDb.OleDbDataReader
Résultat void

writeEndXML() public méthode

public writeEndXML ( UTRSXmlWriter xml ) : void
xml ATMLUtilitiesLibrary.UTRSXmlWriter
Résultat void

writeStartXML() public méthode

public writeStartXML ( UTRSXmlWriter xml ) : void
xml ATMLUtilitiesLibrary.UTRSXmlWriter
Résultat void

writeXML() public méthode

public writeXML ( UTRSXmlWriter xml ) : void
xml ATMLUtilitiesLibrary.UTRSXmlWriter
Résultat void

Property Details

_CONFIG_NAME public_oe static_oe property

public static String,System _CONFIG_NAME
Résultat System.String

_CONNECTOR_ID public_oe static_oe property

public static String,System _CONNECTOR_ID
Résultat System.String

_ID public_oe static_oe property

public static String,System _ID
Résultat System.String

_TABLE_NAME public_oe static_oe property

public static String,System _TABLE_NAME
Résultat System.String