C# Class ATMLDataAccessLibrary.db.beans.AssetIdentificationBean

Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Public Properties

Property Type Description
_ASSET_NUMBER System.String
_ASSET_TYPE System.String
_ID System.String
_TABLE_NAME System.String
_UUID System.String

Public Methods

Method Description
AssetIdentificationBean ( ) : System
AssetIdentificationBean ( OleDbDataReader reader ) : System
DetermineDataState ( ) : AssetIdentificationBean
DetermineDataState ( String type, String number, String uuid ) : AssetIdentificationBean
load ( OleDbDataReader reader ) : void
writeEndXML ( UTRSXmlWriter xml ) : void
writeStartXML ( UTRSXmlWriter xml ) : void
writeXML ( UTRSXmlWriter xml ) : void

Private Methods

Method Description
initialize ( ) : void

Method Details

AssetIdentificationBean() public method

public AssetIdentificationBean ( ) : System
return System

AssetIdentificationBean() public method

public AssetIdentificationBean ( OleDbDataReader reader ) : System
reader OleDbDataReader
return System

DetermineDataState() public method

public DetermineDataState ( ) : AssetIdentificationBean
return AssetIdentificationBean

DetermineDataState() public method

public DetermineDataState ( String type, String number, String uuid ) : AssetIdentificationBean
type String
number String
uuid String
return AssetIdentificationBean

load() public method

public load ( OleDbDataReader reader ) : void
reader OleDbDataReader
return void

writeEndXML() public method

public writeEndXML ( UTRSXmlWriter xml ) : void
xml UTRSXmlWriter
return void

writeStartXML() public method

public writeStartXML ( UTRSXmlWriter xml ) : void
xml UTRSXmlWriter
return void

writeXML() public method

public writeXML ( UTRSXmlWriter xml ) : void
xml UTRSXmlWriter
return void

Property Details

_ASSET_NUMBER public_oe static_oe property

public static String,System _ASSET_NUMBER
return System.String

_ASSET_TYPE public_oe static_oe property

public static String,System _ASSET_TYPE
return System.String

_ID public_oe static_oe property

public static String,System _ID
return System.String

_TABLE_NAME public_oe static_oe property

public static String,System _TABLE_NAME
return System.String

_UUID public_oe static_oe property

public static String,System _UUID
return System.String