C# Class com.Sconit.Web.UomMgrProxy

Afficher le fichier Open project: Novthirteen/yfkey-scms

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public CreateUom ( Uom location ) : void
location Uom
Résultat void

DeleteUom() public méthode

public DeleteUom ( Uom location ) : void
location Uom
Résultat void

GetAllUom() public méthode

public GetAllUom ( ) : IList
Résultat IList

LoadUom() public méthode

public LoadUom ( string code, string name, string desc ) : IList
code string
name string
desc string
Résultat IList

UomMgrProxy() public méthode

public UomMgrProxy ( ) : System
Résultat System

UpdateUom() public méthode

public UpdateUom ( Uom location ) : void
location Uom
Résultat void