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

Inheritance: PreValueModel
Mostrar archivo Open project: RebelCMS/rebelcmsxu5

Private Properties

Property Type Description

Public Methods

Method 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 method

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

TreeNodePickerPreValueModel() public method

public TreeNodePickerPreValueModel ( TreeMetadata>.IEnumerable trees ) : System
trees TreeMetadata>.IEnumerable
return System