C# Класс SenseNet.Portal.UI.PortletFramework.ContextBoundPortlet

Наследование: CacheablePortlet
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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