C# Class SenseNet.ApplicationModel.ViewsScenario

Inheritance: GenericScenario
显示文件 Open project: maxpavlov/FlexNet

Public Methods

Method Description
Initialize ( object>.Dictionary parameters ) : void

Protected Methods

Method Description
CollectActions ( Content context, string backUrl ) : IEnumerable

Private Methods

Method Description
GetServiceAction ( Content context, Node view, bool addFullPath, string portletId, string selectedView, string backUrl ) : ServiceAction

Method Details

CollectActions() protected method

protected CollectActions ( Content context, string backUrl ) : IEnumerable
context Content
backUrl string
return IEnumerable

Initialize() public method

public Initialize ( object>.Dictionary parameters ) : void
parameters object>.Dictionary
return void