C# 클래스 OpenSlx.Lib.Web.Controls.Impl.PicklistPicklistAdapter

Renders the picklist as a regular Saleslogix picklist control
상속: IPicklistAdapter
파일 보기 프로젝트 열기: nicocrm/OpenSlx

공개 메소드들

메소드 설명
CreateChildControls ( SimplePicklist parentControl ) : void

Create the control representing the picklist.

GetValue ( ) : string

Get underlying value.

PicklistPicklistAdapter ( String picklistName, PickListAttributes attr, PicklistStorageMode storageMode ) : System

Create adapter

SetValue ( string value ) : void

Set value on the underlying control.

메소드 상세

CreateChildControls() 공개 메소드

Create the control representing the picklist.
public CreateChildControls ( SimplePicklist parentControl ) : void
parentControl SimplePicklist
리턴 void

GetValue() 공개 메소드

Get underlying value.
public GetValue ( ) : string
리턴 string

PicklistPicklistAdapter() 공개 메소드

Create adapter
public PicklistPicklistAdapter ( String picklistName, PickListAttributes attr, PicklistStorageMode storageMode ) : System
picklistName String
attr PickListAttributes
storageMode PicklistStorageMode
리턴 System

SetValue() 공개 메소드

Set value on the underlying control.
public SetValue ( string value ) : void
value string
리턴 void