C# 클래스 AjaxControlToolkit.Twitter

상속: System.Web.UI.WebControls.CompositeControl
파일 보기 프로젝트 열기: DevExpress/AjaxControlToolkit 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ControlPropertiesValid void
GetProfile IList
GetSearch IList
PrepareTemplates void

공개 메소드들

메소드 설명
ActivateLinks ( string text ) : string
Ago ( System.DateTime date ) : string
Twitter ( ) : System

보호된 메소드들

메소드 설명
CreateChildControls ( ) : void
OnLoad ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void

비공개 메소드들

메소드 설명
ControlPropertiesValid ( ) : void
GetProfile ( ) : IList
GetSearch ( ) : IList
PrepareTemplates ( ) : void

메소드 상세

ActivateLinks() 공개 정적인 메소드

public static ActivateLinks ( string text ) : string
text string
리턴 string

Ago() 공개 정적인 메소드

public static Ago ( System.DateTime date ) : string
date System.DateTime
리턴 string

CreateChildControls() 보호된 메소드

protected CreateChildControls ( ) : void
리턴 void

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnPreRender() 보호된 메소드

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
리턴 void

Twitter() 공개 메소드

public Twitter ( ) : System
리턴 System