C# Class ATMLDataAccessLibrary.db.beans.SourceSignalMapBean

Inheritance: BASEBean
Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Public Properties

Property Type Description
_ID System.String
_SOURCE_NAME System.String
_SOURCE_TYPE System.String
_TABLE_NAME System.String
_TARGET_NAME System.String
_TARGET_TYPE System.String

Public Methods

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

SourceSignalMapBean() public method

public SourceSignalMapBean ( ) : System
return System

SourceSignalMapBean() public method

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

_SOURCE_NAME public_oe static_oe property

public static String,System _SOURCE_NAME
return System.String

_SOURCE_TYPE public_oe static_oe property

public static String,System _SOURCE_TYPE
return System.String

_TABLE_NAME public_oe static_oe property

public static String,System _TABLE_NAME
return System.String

_TARGET_NAME public_oe static_oe property

public static String,System _TARGET_NAME
return System.String

_TARGET_TYPE public_oe static_oe property

public static String,System _TARGET_TYPE
return System.String