C# Class SenseNet.Portal.UI.PortletFramework.ContextBoundPortlet

Inheritance: CacheablePortlet
Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Méthodes publiques

Свойство Type Description
PORTLETCONTEXT_TEMPLATENAME string

Private Properties

Свойство Type Description
GetContextNodeInternal Node

Méthodes publiques

Méthode Description
AddPortletDependency ( ) : void
GetContainingContextBoundPortlet ( Control child ) : ContextBoundPortlet
GetContextNodeForControl ( Control c ) : Node
ReplaceTemplates ( string queryText ) : string

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
GetContextNodeInternal ( ) : Node

Method Details

AddPortletDependency() public méthode

public AddPortletDependency ( ) : void
Résultat void

EvaluateObjectProperty() protected méthode

protected EvaluateObjectProperty ( string objectName, string propertyName ) : string
objectName string
propertyName string
Résultat string

GetBindingRoot() protected méthode

protected GetBindingRoot ( ) : Node
Résultat Node

GetCacheKey() protected méthode

protected GetCacheKey ( ) : string
Résultat string

GetContainingContextBoundPortlet() public static méthode

public static GetContainingContextBoundPortlet ( Control child ) : ContextBoundPortlet
child System.Web.UI.Control
Résultat ContextBoundPortlet

GetContextNode() protected méthode

protected GetContextNode ( ) : Node
Résultat Node

GetContextNodeForControl() public static méthode

public static GetContextNodeForControl ( Control c ) : Node
c System.Web.UI.Control
Résultat Node

GetPortletTemplateNames() protected méthode

protected GetPortletTemplateNames ( ) : IEnumerable
Résultat IEnumerable

GetProperty() protected méthode

protected GetProperty ( GenericContent content, string propertyName ) : string
content SenseNet.ContentRepository.GenericContent
propertyName string
Résultat string

GetProperty() protected méthode

protected GetProperty ( Node node, string propertyName ) : string
node Node
propertyName string
Résultat string

GetXsltArgumentList() protected méthode

protected GetXsltArgumentList ( ) : XsltArgumentList
Résultat System.Xml.Xsl.XsltArgumentList

ReplaceTemplates() public méthode

public ReplaceTemplates ( string queryText ) : string
queryText string
Résultat string

Property Details

PORTLETCONTEXT_TEMPLATENAME public_oe static_oe property

public static string PORTLETCONTEXT_TEMPLATENAME
Résultat string