C# Class AJH.CMS.WEB.UI.ArticleXSL_UC

Inheritance: AJH.CMS.WEB.UI.Utilities.CMSUserControlBase
Show file Open project: ajhCMS/AJH.CMS.WEB.UI

Protected Properties

Property Type Description
xmlArticle global::System.Web.UI.WebControls.Xml

Public Methods

Method Description
GetContainerValue ( int ModuleID, int PortalID, int LanguageID ) : string>.Dictionary
GetDateTime ( string TotalDays, string TotalSeconds, string DateFormat ) : string

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Private Methods

Method Description
ArticleXSL_UC_Load ( object sender, EventArgs e ) : void
LoadArticle ( ) : void

Method Details

GetContainerValue() public method

public GetContainerValue ( int ModuleID, int PortalID, int LanguageID ) : string>.Dictionary
ModuleID int
PortalID int
LanguageID int
return string>.Dictionary

GetDateTime() public method

public GetDateTime ( string TotalDays, string TotalSeconds, string DateFormat ) : string
TotalDays string
TotalSeconds string
DateFormat string
return string

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

Property Details

xmlArticle protected property

xmlArticle control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Xml xmlArticle
return global::System.Web.UI.WebControls.Xml