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

상속: BASEBean
파일 보기 프로젝트 열기: UtrsSoftware/ATMLWorkBench

공개 프로퍼티들

프로퍼티 타입 설명
_ATML System.String
_DESCRIPTION System.String
_INSTRUMENT_NAME System.String
_INSTRUMENT_UUID System.String
_MODEL_NAME System.String
_PART_NUMBER System.String
_TABLE_NAME System.String

공개 메소드들

메소드 설명
InstrumentBean ( ) : System
InstrumentBean ( 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

비공개 메소드들

메소드 설명
initialize ( ) : void

메소드 상세

InstrumentBean() 공개 메소드

public InstrumentBean ( ) : System
리턴 System

InstrumentBean() 공개 메소드

public InstrumentBean ( System.Data.OleDb.OleDbDataReader reader ) : System
reader System.Data.OleDb.OleDbDataReader
리턴 System

load() 공개 메소드

public load ( System.Data.OleDb.OleDbDataReader reader ) : void
reader System.Data.OleDb.OleDbDataReader
리턴 void

writeEndXML() 공개 메소드

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

writeStartXML() 공개 메소드

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

writeXML() 공개 메소드

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

프로퍼티 상세

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

public static String,System _ATML
리턴 System.String

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

public static String,System _DESCRIPTION
리턴 System.String

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

public static String,System _INSTRUMENT_NAME
리턴 System.String

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

public static String,System _INSTRUMENT_UUID
리턴 System.String

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

public static String,System _MODEL_NAME
리턴 System.String

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

public static String,System _PART_NUMBER
리턴 System.String

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

public static String,System _TABLE_NAME
리턴 System.String