C# 클래스 SenseNet.Portal.UI.PortletFramework.ContextBoundPortlet

상속: CacheablePortlet
파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
PORTLETCONTEXT_TEMPLATENAME string

Private Properties

프로퍼티 타입 설명
GetContextNodeInternal Node

공개 메소드들

메소드 설명
AddPortletDependency ( ) : void
GetContainingContextBoundPortlet ( Control child ) : ContextBoundPortlet
GetContextNodeForControl ( Control c ) : Node
ReplaceTemplates ( string queryText ) : string

보호된 메소드들

메소드 설명
EvaluateObjectProperty ( string objectName, string propertyName ) : string
GetBindingRoot ( ) : Node
GetCacheKey ( ) : string
GetContextNode ( ) : Node
GetPortletTemplateNames ( ) : IEnumerable
GetProperty ( GenericContent content, string propertyName ) : string
GetProperty ( Node node, string propertyName ) : string
GetXsltArgumentList ( ) : XsltArgumentList

비공개 메소드들

메소드 설명
GetContextNodeInternal ( ) : Node

메소드 상세

AddPortletDependency() 공개 메소드

public AddPortletDependency ( ) : void
리턴 void

EvaluateObjectProperty() 보호된 메소드

protected EvaluateObjectProperty ( string objectName, string propertyName ) : string
objectName string
propertyName string
리턴 string

GetBindingRoot() 보호된 메소드

protected GetBindingRoot ( ) : Node
리턴 Node

GetCacheKey() 보호된 메소드

protected GetCacheKey ( ) : string
리턴 string

GetContainingContextBoundPortlet() 공개 정적인 메소드

public static GetContainingContextBoundPortlet ( Control child ) : ContextBoundPortlet
child System.Web.UI.Control
리턴 ContextBoundPortlet

GetContextNode() 보호된 메소드

protected GetContextNode ( ) : Node
리턴 Node

GetContextNodeForControl() 공개 정적인 메소드

public static GetContextNodeForControl ( Control c ) : Node
c System.Web.UI.Control
리턴 Node

GetPortletTemplateNames() 보호된 메소드

protected GetPortletTemplateNames ( ) : IEnumerable
리턴 IEnumerable

GetProperty() 보호된 메소드

protected GetProperty ( GenericContent content, string propertyName ) : string
content SenseNet.ContentRepository.GenericContent
propertyName string
리턴 string

GetProperty() 보호된 메소드

protected GetProperty ( Node node, string propertyName ) : string
node Node
propertyName string
리턴 string

GetXsltArgumentList() 보호된 메소드

protected GetXsltArgumentList ( ) : XsltArgumentList
리턴 System.Xml.Xsl.XsltArgumentList

ReplaceTemplates() 공개 메소드

public ReplaceTemplates ( string queryText ) : string
queryText string
리턴 string

프로퍼티 상세

PORTLETCONTEXT_TEMPLATENAME 공개적으로 정적으로 프로퍼티

public static string PORTLETCONTEXT_TEMPLATENAME
리턴 string