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

Inheritance: PreValueModel
Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Gets the available types.
public GetAvailableTypes ( ) : IEnumerable
Résultat IEnumerable

GetSerializedValue() public méthode

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

SetModelValues() public méthode

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