C# 클래스 SenseNet.Portal.Helpers.Actions

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

공개 메소드들

메소드 설명
Action ( Content content, string actionName ) : string
Action ( Content content, string actionName, bool includeBackUrl ) : string
ActionMenu ( string contentPath, string innerContent, string scenario ) : string
ActionUrl ( Content content, string actionName ) : string
ActionUrl ( Content content, string actionName, bool includeBackUrl ) : string
ActionUrl ( Content content, string actionName, bool includeBackUrl, object parameters ) : string
BrowseAction ( Content c ) : string
BrowseAction ( Content c, bool includeBackUrl ) : string
BrowseAction ( Content c, string referenceFieldName ) : string
BrowseAction ( Content c, string referenceFieldName, bool includeBackUrl ) : string
BrowseAction ( string contentPath ) : string
BrowseAction ( string contentPath, bool includeBackUrl ) : string
BrowseUrl ( Content content ) : string
BrowseUrl ( Content content, bool includeBackUrl ) : string
BrowseUrl ( Content c, string referenceFieldName ) : string
BrowseUrl ( Content c, string referenceFieldName, bool includeBackUrl ) : string

메소드 상세

Action() 공개 정적인 메소드

public static Action ( Content content, string actionName ) : string
content Content
actionName string
리턴 string

Action() 공개 정적인 메소드

public static Action ( Content content, string actionName, bool includeBackUrl ) : string
content Content
actionName string
includeBackUrl bool
리턴 string

ActionMenu() 공개 정적인 메소드

public static ActionMenu ( string contentPath, string innerContent, string scenario ) : string
contentPath string
innerContent string
scenario string
리턴 string

ActionUrl() 공개 정적인 메소드

public static ActionUrl ( Content content, string actionName ) : string
content Content
actionName string
리턴 string

ActionUrl() 공개 정적인 메소드

public static ActionUrl ( Content content, string actionName, bool includeBackUrl ) : string
content Content
actionName string
includeBackUrl bool
리턴 string

ActionUrl() 공개 정적인 메소드

public static ActionUrl ( Content content, string actionName, bool includeBackUrl, object parameters ) : string
content Content
actionName string
includeBackUrl bool
parameters object
리턴 string

BrowseAction() 공개 정적인 메소드

public static BrowseAction ( Content c ) : string
c Content
리턴 string

BrowseAction() 공개 정적인 메소드

public static BrowseAction ( Content c, bool includeBackUrl ) : string
c Content
includeBackUrl bool
리턴 string

BrowseAction() 공개 정적인 메소드

public static BrowseAction ( Content c, string referenceFieldName ) : string
c Content
referenceFieldName string
리턴 string

BrowseAction() 공개 정적인 메소드

public static BrowseAction ( Content c, string referenceFieldName, bool includeBackUrl ) : string
c Content
referenceFieldName string
includeBackUrl bool
리턴 string

BrowseAction() 공개 정적인 메소드

public static BrowseAction ( string contentPath ) : string
contentPath string
리턴 string

BrowseAction() 공개 정적인 메소드

public static BrowseAction ( string contentPath, bool includeBackUrl ) : string
contentPath string
includeBackUrl bool
리턴 string

BrowseUrl() 공개 정적인 메소드

public static BrowseUrl ( Content content ) : string
content Content
리턴 string

BrowseUrl() 공개 정적인 메소드

public static BrowseUrl ( Content content, bool includeBackUrl ) : string
content Content
includeBackUrl bool
리턴 string

BrowseUrl() 공개 정적인 메소드

public static BrowseUrl ( Content c, string referenceFieldName ) : string
c Content
referenceFieldName string
리턴 string

BrowseUrl() 공개 정적인 메소드

public static BrowseUrl ( Content c, string referenceFieldName, bool includeBackUrl ) : string
c Content
referenceFieldName string
includeBackUrl bool
리턴 string