C# Class SenseNet.ApplicationModel.GenericScenario

Afficher le fichier Open project: maxpavlov/FlexNet

Méthodes publiques

Méthode Description
GetActionComparer ( ) : IComparer
GetActions ( Content context, string backUrl ) : IEnumerable
GetNewItemNodes ( GenericContent content ) : IEnumerable
GetNewItemNodes ( GenericContent content, ContentType contentTypes ) : IEnumerable
GetServiceAction ( Content context, string backUrl, string methodName, string title, string iconName, int index ) : ServiceAction
Initialize ( object>.Dictionary parameters ) : void

Méthodes protégées

Méthode Description
CollectActions ( Content context, string backUrl ) : IEnumerable

Private Methods

Méthode Description
AddTemplate ( ICollection templates, Node template, IDictionary addedTemplates ) : void
FilterWithRequiredPermissions ( IEnumerable actions, Content context ) : void

Method Details

CollectActions() protected méthode

protected CollectActions ( Content context, string backUrl ) : IEnumerable
context Content
backUrl string
Résultat IEnumerable

GetActionComparer() public méthode

public GetActionComparer ( ) : IComparer
Résultat IComparer

GetActions() public méthode

public GetActions ( Content context, string backUrl ) : IEnumerable
context Content
backUrl string
Résultat IEnumerable

GetNewItemNodes() public static méthode

public static GetNewItemNodes ( GenericContent content ) : IEnumerable
content SenseNet.ContentRepository.GenericContent
Résultat IEnumerable

GetNewItemNodes() public static méthode

public static GetNewItemNodes ( GenericContent content, ContentType contentTypes ) : IEnumerable
content SenseNet.ContentRepository.GenericContent
contentTypes SenseNet.ContentRepository.Schema.ContentType
Résultat IEnumerable

GetServiceAction() public static méthode

public static GetServiceAction ( Content context, string backUrl, string methodName, string title, string iconName, int index ) : ServiceAction
context Content
backUrl string
methodName string
title string
iconName string
index int
Résultat ServiceAction

Initialize() public méthode

public Initialize ( object>.Dictionary parameters ) : void
parameters object>.Dictionary
Résultat void