C# Class ATMLDataAccessLibrary.db.beans.TestSignalLibraryBean

Inheritance: BASEBean
Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench

Public Properties

Property Type Description
_CONTENT System.String
_FILE_NAME System.String
_ID System.String
_LAST_UPDATE System.String
_LIBRARY_NAME System.String
_TABLE_NAME System.String
_TARGET_NAMESPACE System.String

Public Methods

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

TestSignalLibraryBean() public method

public TestSignalLibraryBean ( ) : System
return System

TestSignalLibraryBean() public method

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

_CONTENT public_oe static_oe property

public static String,System _CONTENT
return System.String

_FILE_NAME public_oe static_oe property

public static String,System _FILE_NAME
return System.String

_ID public_oe static_oe property

public static String,System _ID
return System.String

_LAST_UPDATE public_oe static_oe property

public static String,System _LAST_UPDATE
return System.String

_LIBRARY_NAME public_oe static_oe property

public static String,System _LIBRARY_NAME
return System.String

_TABLE_NAME public_oe static_oe property

public static String,System _TABLE_NAME
return System.String

_TARGET_NAMESPACE public_oe static_oe property

public static String,System _TARGET_NAMESPACE
return System.String