C# Class OpenSlx.Lib.Web.Controls.Impl.PicklistPicklistAdapter

Renders the picklist as a regular Saleslogix picklist control
Inheritance: IPicklistAdapter
Afficher le fichier Open project: nicocrm/OpenSlx

Méthodes publiques

Méthode Description
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.

Method Details

CreateChildControls() public méthode

Create the control representing the picklist.
public CreateChildControls ( SimplePicklist parentControl ) : void
parentControl SimplePicklist
Résultat void

GetValue() public méthode

Get underlying value.
public GetValue ( ) : string
Résultat string

PicklistPicklistAdapter() public méthode

Create adapter
public PicklistPicklistAdapter ( String picklistName, PickListAttributes attr, PicklistStorageMode storageMode ) : System
picklistName String
attr PickListAttributes
storageMode PicklistStorageMode
Résultat System

SetValue() public méthode

Set value on the underlying control.
public SetValue ( string value ) : void
value string
Résultat void