C# Class Rebel.Cms.Web.PropertyEditors.TypePicker.TypePickerPreValueModel

Inheritance: PreValueModel
Mostra file Open project: RebelCMS/rebelcmsxu5

Private Properties

Property Type Description

Public Methods

Method Description
GetAvailableTypes ( ) : IEnumerable

Gets the available types.

GetSerializedValue ( ) : string

Return a serialized string of values for the pre value editor model

SetModelValues ( string serializedVal ) : void

Get the list of Ids and create the select list

Method Details

GetAvailableTypes() public method

Gets the available types.
public GetAvailableTypes ( ) : IEnumerable
return IEnumerable

GetSerializedValue() public method

Return a serialized string of values for the pre value editor model
public GetSerializedValue ( ) : string
return string

SetModelValues() public method

Get the list of Ids and create the select list
public SetModelValues ( string serializedVal ) : void
serializedVal string
return void