C# Класс OpenSlx.Lib.Web.Controls.Impl.PicklistItemDisplay

Representation for a list item, for the SimplePicklist control. The value and text do not necessarily correspond to the values from the picklist table, instead they depend on the StorageMode / DisplayMode
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
PicklistItemDisplay ( PickList pkl, PicklistStorageMode displayMode, PicklistStorageMode storageMode ) : System

Create a picklist item from a SalesLogix picklist object. Value and Text will be extracted from the picklist item based on display mode and storage mode.

Приватные методы

Метод Описание
FormatText ( PickList item, PicklistStorageMode picklistMode ) : string

Format the given picklist item according to the specified mode.

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

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

Create a picklist item from a SalesLogix picklist object. Value and Text will be extracted from the picklist item based on display mode and storage mode.
public PicklistItemDisplay ( PickList pkl, PicklistStorageMode displayMode, PicklistStorageMode storageMode ) : System
pkl PickList
displayMode PicklistStorageMode
storageMode PicklistStorageMode
Результат System