C# Class Rebel.Cms.Web.PropertyEditors.TreeNodePicker.TreeNodePickerPreValueModel

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetAvailableTrees ( ) : IEnumerable

Returns the trees available within rebel

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

TreeNodePickerPreValueModel ( TreeMetadata>.IEnumerable trees ) : System

Method Details

GetAvailableTrees() public méthode

Returns the trees available within rebel
public GetAvailableTrees ( ) : 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

TreeNodePickerPreValueModel() public méthode

public TreeNodePickerPreValueModel ( TreeMetadata>.IEnumerable trees ) : System
trees TreeMetadata>.IEnumerable
Résultat System