C# 클래스 ATMLDataAccessLibrary.db.beans.AssetIdentificationBean

파일 보기 프로젝트 열기: UtrsSoftware/ATMLWorkBench 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_ASSET_NUMBER System.String
_ASSET_TYPE System.String
_ID System.String
_TABLE_NAME System.String
_UUID System.String

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
initialize ( ) : void

메소드 상세

AssetIdentificationBean() 공개 메소드

public AssetIdentificationBean ( ) : System
리턴 System

AssetIdentificationBean() 공개 메소드

public AssetIdentificationBean ( OleDbDataReader reader ) : System
reader OleDbDataReader
리턴 System

DetermineDataState() 공개 메소드

public DetermineDataState ( ) : AssetIdentificationBean
리턴 AssetIdentificationBean

DetermineDataState() 공개 메소드

public DetermineDataState ( String type, String number, String uuid ) : AssetIdentificationBean
type String
number String
uuid String
리턴 AssetIdentificationBean

load() 공개 메소드

public load ( OleDbDataReader reader ) : void
reader OleDbDataReader
리턴 void

writeEndXML() 공개 메소드

public writeEndXML ( UTRSXmlWriter xml ) : void
xml UTRSXmlWriter
리턴 void

writeStartXML() 공개 메소드

public writeStartXML ( UTRSXmlWriter xml ) : void
xml UTRSXmlWriter
리턴 void

writeXML() 공개 메소드

public writeXML ( UTRSXmlWriter xml ) : void
xml UTRSXmlWriter
리턴 void

프로퍼티 상세

_ASSET_NUMBER 공개적으로 정적으로 프로퍼티

public static String,System _ASSET_NUMBER
리턴 System.String

_ASSET_TYPE 공개적으로 정적으로 프로퍼티

public static String,System _ASSET_TYPE
리턴 System.String

_ID 공개적으로 정적으로 프로퍼티

public static String,System _ID
리턴 System.String

_TABLE_NAME 공개적으로 정적으로 프로퍼티

public static String,System _TABLE_NAME
리턴 System.String

_UUID 공개적으로 정적으로 프로퍼티

public static String,System _UUID
리턴 System.String