C# Class ATMLDataAccessLibrary.db.beans.DocumentTypeLibraryBean

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

Public Properties

Property Type Description
_ASCII System.String
_CONTENT_TYPE System.String
_EXTENSION System.String
_ID System.String
_OFFSET System.String
_SIGNATURE System.String
_SIZE System.String
_TABLE_NAME System.String

Public Methods

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

DocumentTypeLibraryBean() public method

public DocumentTypeLibraryBean ( ) : System
return System

DocumentTypeLibraryBean() public method

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

_ASCII public_oe static_oe property

public static String,System _ASCII
return System.String

_CONTENT_TYPE public_oe static_oe property

public static String,System _CONTENT_TYPE
return System.String

_EXTENSION public_oe static_oe property

public static String,System _EXTENSION
return System.String

_ID public_oe static_oe property

public static String,System _ID
return System.String

_OFFSET public_oe static_oe property

public static String,System _OFFSET
return System.String

_SIGNATURE public_oe static_oe property

public static String,System _SIGNATURE
return System.String

_SIZE public_oe static_oe property

public static String,System _SIZE
return System.String

_TABLE_NAME public_oe static_oe property

public static String,System _TABLE_NAME
return System.String