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
파일 보기 프로젝트 열기: nicocrm/OpenSlx 1 사용 예제들

공개 메소드들

메소드 설명
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