C# Class ATMLDataAccessLibrary.db.beans.SignalAttributeMasterBean

Inheritance: BASEBean
Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench

Public Properties

Property Type Description
_ATTRIBUTE_NAME System.String
_DEFAULT_VALUE System.String
_FIXED_VALUE System.String
_SIGNAL_ATTRIBUTE_ID System.String
_SIGNAL_ID System.String
_TABLE_NAME System.String
_TYPE System.String

Public Methods

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

SignalAttributeMasterBean() public method

public SignalAttributeMasterBean ( ) : System
return System

SignalAttributeMasterBean() public method

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

_ATTRIBUTE_NAME public_oe static_oe property

public static String,System _ATTRIBUTE_NAME
return System.String

_DEFAULT_VALUE public_oe static_oe property

public static String,System _DEFAULT_VALUE
return System.String

_FIXED_VALUE public_oe static_oe property

public static String,System _FIXED_VALUE
return System.String

_SIGNAL_ATTRIBUTE_ID public_oe static_oe property

public static String,System _SIGNAL_ATTRIBUTE_ID
return System.String

_SIGNAL_ID public_oe static_oe property

public static String,System _SIGNAL_ID
return System.String

_TABLE_NAME public_oe static_oe property

public static String,System _TABLE_NAME
return System.String

_TYPE public_oe static_oe property

public static String,System _TYPE
return System.String