C# Class hds.VendorItem

Mostrar archivo Open project: hdneo/mxo-hd

Public Methods

Method Description
VendorItem ( ) : System
getGOID ( ) : Int32
getPrice ( ) : UInt16
getVendorStaticID ( ) : UInt32
setGOID ( Int32 GOID ) : void
setPrice ( UInt16 ID ) : void
setVendorStaticID ( UInt32 staticID ) : void

Method Details

VendorItem() public method

public VendorItem ( ) : System
return System

getGOID() public method

public getGOID ( ) : Int32
return System.Int32

getPrice() public method

public getPrice ( ) : UInt16
return System.UInt16

getVendorStaticID() public method

public getVendorStaticID ( ) : UInt32
return System.UInt32

setGOID() public method

public setGOID ( Int32 GOID ) : void
GOID System.Int32
return void

setPrice() public method

public setPrice ( UInt16 ID ) : void
ID System.UInt16
return void

setVendorStaticID() public method

public setVendorStaticID ( UInt32 staticID ) : void
staticID System.UInt32
return void