C# 클래스 hds.VendorItem

파일 보기 프로젝트 열기: hdneo/mxo-hd

공개 메소드들

메소드 설명
VendorItem ( ) : System
getGOID ( ) : Int32
getPrice ( ) : UInt16
getVendorStaticID ( ) : UInt32
setGOID ( Int32 GOID ) : void
setPrice ( UInt16 ID ) : void
setVendorStaticID ( UInt32 staticID ) : void

메소드 상세

VendorItem() 공개 메소드

public VendorItem ( ) : System
리턴 System

getGOID() 공개 메소드

public getGOID ( ) : Int32
리턴 System.Int32

getPrice() 공개 메소드

public getPrice ( ) : UInt16
리턴 System.UInt16

getVendorStaticID() 공개 메소드

public getVendorStaticID ( ) : UInt32
리턴 System.UInt32

setGOID() 공개 메소드

public setGOID ( Int32 GOID ) : void
GOID System.Int32
리턴 void

setPrice() 공개 메소드

public setPrice ( UInt16 ID ) : void
ID System.UInt16
리턴 void

setVendorStaticID() 공개 메소드

public setVendorStaticID ( UInt32 staticID ) : void
staticID System.UInt32
리턴 void