C# Class com.Sconit.Web.CurrencyMgrProxy

ファイルを表示 Open project: Novthirteen/yfkey-scms

Private Properties

Property Type Description

Public Methods

Method Description
CreateCurrency ( Currency currency ) : void
CurrencyMgrProxy ( ) : System
DeleteCurrency ( Currency currency ) : void
LoadCurrency ( string code, string name ) : IList
UpdateCurrency ( Currency currency ) : void

Method Details

CreateCurrency() public method

public CreateCurrency ( Currency currency ) : void
currency System.Currency
return void

CurrencyMgrProxy() public method

public CurrencyMgrProxy ( ) : System
return System

DeleteCurrency() public method

public DeleteCurrency ( Currency currency ) : void
currency System.Currency
return void

LoadCurrency() public method

public LoadCurrency ( string code, string name ) : IList
code string
name string
return IList

UpdateCurrency() public method

public UpdateCurrency ( Currency currency ) : void
currency System.Currency
return void