C# Class com.Sconit.Web.UomMgrProxy

Show file Open project: Novthirteen/yfkey-scms

Private Properties

Property Type Description

Public Methods

Method Description
CreateUom ( Uom location ) : void
DeleteUom ( Uom location ) : void
GetAllUom ( ) : IList
LoadUom ( string code, string name, string desc ) : IList
UomMgrProxy ( ) : System
UpdateUom ( Uom location ) : void

Method Details

CreateUom() public method

public CreateUom ( Uom location ) : void
location Uom
return void

DeleteUom() public method

public DeleteUom ( Uom location ) : void
location Uom
return void

GetAllUom() public method

public GetAllUom ( ) : IList
return IList

LoadUom() public method

public LoadUom ( string code, string name, string desc ) : IList
code string
name string
desc string
return IList

UomMgrProxy() public method

public UomMgrProxy ( ) : System
return System

UpdateUom() public method

public UpdateUom ( Uom location ) : void
location Uom
return void