C# Class AjaxControlToolkit.Twitter

Inheritance: System.Web.UI.WebControls.CompositeControl
Mostrar archivo Open project: DevExpress/AjaxControlToolkit Class Usage Examples

Private Properties

Property Type Description
ControlPropertiesValid void
GetProfile IList
GetSearch IList
PrepareTemplates void

Public Methods

Method Description
ActivateLinks ( string text ) : string
Ago ( System.DateTime date ) : string
Twitter ( ) : System

Protected Methods

Method Description
CreateChildControls ( ) : void
OnLoad ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void

Private Methods

Method Description
ControlPropertiesValid ( ) : void
GetProfile ( ) : IList
GetSearch ( ) : IList
PrepareTemplates ( ) : void

Method Details

ActivateLinks() public static method

public static ActivateLinks ( string text ) : string
text string
return string

Ago() public static method

public static Ago ( System.DateTime date ) : string
date System.DateTime
return string

CreateChildControls() protected method

protected CreateChildControls ( ) : void
return void

OnLoad() protected method

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

OnPreRender() protected method

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

Twitter() public method

public Twitter ( ) : System
return System