C# Class ATMLDataAccessLibrary.db.beans.SchemasBean

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

Public Properties

Property Type Description
_ACTIVE_FLAG System.String
_ID System.String
_SCHEMA_CONTENT System.String
_SCHEMA_NAMESPACE System.String
_TABLE_NAME System.String

Public Methods

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

SchemasBean() public method

public SchemasBean ( ) : System
return System

SchemasBean() public method

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

_ACTIVE_FLAG public_oe static_oe property

public static String,System _ACTIVE_FLAG
return System.String

_ID public_oe static_oe property

public static String,System _ID
return System.String

_SCHEMA_CONTENT public_oe static_oe property

public static String,System _SCHEMA_CONTENT
return System.String

_SCHEMA_NAMESPACE public_oe static_oe property

public static String,System _SCHEMA_NAMESPACE
return System.String

_TABLE_NAME public_oe static_oe property

public static String,System _TABLE_NAME
return System.String