C# Class HYPDM.BLL.ComboBoxValueService

Inheritance: BaseServiceObject, IComboBoxValueService
ファイルを表示 Open project: huayancreate/HYPDM

Public Methods

Method Description
GetComboBoxItemByComboID ( string comboID ) : ComboBoxValue
IsExsitsComboBoxValue ( string combovalue, string comboType ) : System.Boolean
IsExsitsComboBoxValue ( string combovalue, string comboType, string comboID ) : System.Boolean

Method Details

GetComboBoxItemByComboID() public method

public GetComboBoxItemByComboID ( string comboID ) : ComboBoxValue
comboID string
return ComboBoxValue

IsExsitsComboBoxValue() public method

public IsExsitsComboBoxValue ( string combovalue, string comboType ) : System.Boolean
combovalue string
comboType string
return System.Boolean

IsExsitsComboBoxValue() public method

public IsExsitsComboBoxValue ( string combovalue, string comboType, string comboID ) : System.Boolean
combovalue string
comboType string
comboID string
return System.Boolean