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

Inheritance: System.Web.UI.WebControls.WebParts.WebPart, IWebEditable
Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Méthodes publiques

Свойство Type Description
XmlFields string[]

Protected Properties

Свойство Type Description
PinnedXsltContext SenseNet.Portal.UI.PortletFramework.Xslt.XslTransformExecutionContext

Private Properties

Свойство Type Description
IWebEditable System.Web.UI.WebControls.WebParts.EditorPartCollection

Méthodes publiques

Méthode Description
FormatTitle ( System cultureInfo, string titleFormat, string currentContentName ) : string
GetExtractedPortletInfo ( ) : string

Méthodes protégées

Méthode Description
CallDone ( ) : void
CallDone ( bool endResponse ) : void
CreateChildControls ( ) : void
GetContentSerializationOptions ( ) : SerializationOptions
GetDefaultEditorPart ( ) : System.Web.UI.WebControls.WebParts.EditorPartCollection
GetModel ( ) : object
GetXmlModel ( object model ) : IXPathNavigable
GetXsltArgumentList ( ) : XsltArgumentList
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void
PortletBase ( ) : System
PrepareXsltRendering ( object model ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void
RenderDebug ( System.Web.UI.HtmlTextWriter writer ) : void
RenderTimerValue ( System.Web.UI.HtmlTextWriter writer, string message ) : void
RenderWithAscx ( System.Web.UI.HtmlTextWriter writer ) : void
RenderWithXslt ( System.Web.UI.HtmlTextWriter writer ) : void
SerializeModel ( object model ) : Object

Private Methods

Méthode Description
IWebEditable ( ) : System.Web.UI.WebControls.WebParts.EditorPartCollection

Method Details

CallDone() protected méthode

protected CallDone ( ) : void
Résultat void

CallDone() protected méthode

protected CallDone ( bool endResponse ) : void
endResponse bool
Résultat void

CreateChildControls() protected méthode

protected CreateChildControls ( ) : void
Résultat void

FormatTitle() public méthode

public FormatTitle ( System cultureInfo, string titleFormat, string currentContentName ) : string
cultureInfo System
titleFormat string
currentContentName string
Résultat string

GetContentSerializationOptions() protected méthode

protected GetContentSerializationOptions ( ) : SerializationOptions
Résultat SerializationOptions

GetDefaultEditorPart() protected méthode

protected GetDefaultEditorPart ( ) : System.Web.UI.WebControls.WebParts.EditorPartCollection
Résultat System.Web.UI.WebControls.WebParts.EditorPartCollection

GetExtractedPortletInfo() public méthode

public GetExtractedPortletInfo ( ) : string
Résultat string

GetModel() protected méthode

protected GetModel ( ) : object
Résultat object

GetXmlModel() protected méthode

protected GetXmlModel ( object model ) : IXPathNavigable
model object
Résultat IXPathNavigable

GetXsltArgumentList() protected méthode

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

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

PortletBase() protected méthode

protected PortletBase ( ) : System
Résultat System

PrepareXsltRendering() protected méthode

protected PrepareXsltRendering ( object model ) : void
model object
Résultat void

Render() protected méthode

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

RenderDebug() protected méthode

protected RenderDebug ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

RenderTimerValue() protected méthode

protected RenderTimerValue ( System.Web.UI.HtmlTextWriter writer, string message ) : void
writer System.Web.UI.HtmlTextWriter
message string
Résultat void

RenderWithAscx() protected méthode

protected RenderWithAscx ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

RenderWithXslt() protected méthode

protected RenderWithXslt ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

SerializeModel() protected méthode

protected SerializeModel ( object model ) : Object
model object
Résultat Object

Property Details

PinnedXsltContext protected_oe property

protected SenseNet.Portal.UI.PortletFramework.Xslt.XslTransformExecutionContext PinnedXsltContext
Résultat SenseNet.Portal.UI.PortletFramework.Xslt.XslTransformExecutionContext

XmlFields public_oe static_oe property

public static string[] XmlFields
Résultat string[]