C# 클래스 SenseNet.ApplicationModel.GenericScenario

파일 보기 프로젝트 열기: maxpavlov/FlexNet

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
CollectActions ( Content context, string backUrl ) : IEnumerable

비공개 메소드들

메소드 설명
AddTemplate ( ICollection templates, Node template, IDictionary addedTemplates ) : void
FilterWithRequiredPermissions ( IEnumerable actions, Content context ) : void

메소드 상세

CollectActions() 보호된 메소드

protected CollectActions ( Content context, string backUrl ) : IEnumerable
context Content
backUrl string
리턴 IEnumerable

GetActionComparer() 공개 메소드

public GetActionComparer ( ) : IComparer
리턴 IComparer

GetActions() 공개 메소드

public GetActions ( Content context, string backUrl ) : IEnumerable
context Content
backUrl string
리턴 IEnumerable

GetNewItemNodes() 공개 정적인 메소드

public static GetNewItemNodes ( GenericContent content ) : IEnumerable
content SenseNet.ContentRepository.GenericContent
리턴 IEnumerable

GetNewItemNodes() 공개 정적인 메소드

public static GetNewItemNodes ( GenericContent content, ContentType contentTypes ) : IEnumerable
content SenseNet.ContentRepository.GenericContent
contentTypes SenseNet.ContentRepository.Schema.ContentType
리턴 IEnumerable

GetServiceAction() 공개 정적인 메소드

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
리턴 ServiceAction

Initialize() 공개 메소드

public Initialize ( object>.Dictionary parameters ) : void
parameters object>.Dictionary
리턴 void