C# Class ATMLDataAccessLibrary.db.beans.SignalMasterBean

Inheritance: BASEBean
Show file Open project: UtrsSoftware/ATMLWorkBench

Public Properties

Property Type Description
_PARENT_SIGNAL_ID System.String
_SIGNAL_ID System.String
_SIGNAL_NAME System.String
_TABLE_NAME System.String
_UUID System.String
_XMLNS System.String

Public Methods

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

SignalMasterBean() public method

public SignalMasterBean ( ) : System
return System

SignalMasterBean() public method

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

_PARENT_SIGNAL_ID public static property

public static String,System _PARENT_SIGNAL_ID
return System.String

_SIGNAL_ID public static property

public static String,System _SIGNAL_ID
return System.String

_SIGNAL_NAME public static property

public static String,System _SIGNAL_NAME
return System.String

_TABLE_NAME public static property

public static String,System _TABLE_NAME
return System.String

_UUID public static property

public static String,System _UUID
return System.String

_XMLNS public static property

public static String,System _XMLNS
return System.String