C# Класс HYPDM.BLL.ComboBoxValueService

Наследование: BaseServiceObject, IComboBoxValueService
Показать файл Открыть проект

Открытые методы

Метод Описание
GetComboBoxItemByComboID ( string comboID ) : ComboBoxValue
IsExsitsComboBoxValue ( string combovalue, string comboType ) : System.Boolean
IsExsitsComboBoxValue ( string combovalue, string comboType, string comboID ) : System.Boolean

Описание методов

GetComboBoxItemByComboID() публичный Метод

public GetComboBoxItemByComboID ( string comboID ) : ComboBoxValue
comboID string
Результат ComboBoxValue

IsExsitsComboBoxValue() публичный Метод

public IsExsitsComboBoxValue ( string combovalue, string comboType ) : System.Boolean
combovalue string
comboType string
Результат System.Boolean

IsExsitsComboBoxValue() публичный Метод

public IsExsitsComboBoxValue ( string combovalue, string comboType, string comboID ) : System.Boolean
combovalue string
comboType string
comboID string
Результат System.Boolean