C# 클래스 AdvancedLauncher.UI.Controls.NewsBlock

상속: AbstractUserControl, IDisposable
파일 보기 프로젝트 열기: GoldRenard/DMOAdvancedLauncher

Private Properties

프로퍼티 타입 설명
GetImage System.Windows.Media.Imaging.BitmapImage
GetServerNews void
GetTwitterParts List
IsServerNewsLoadingAnim void
IsTwitterLoadingAnim void
OnLanguageChanged void
OnRequestNavigate void
ParseDateTime System.DateTime
ParseTextBlock void
ReloadNews void
TabControl_SelectionChanged void

공개 메소드들

메소드 설명
Dispose ( ) : void
GetTwitterNewsAPI11 ( string url ) : void
NewsBlock ( ) : System
ShowTab ( int tab ) : void

보호된 메소드들

메소드 설명
Dispose ( bool dispose ) : void

비공개 메소드들

메소드 설명
GetImage ( string url ) : BitmapImage
GetServerNews ( ) : void
GetTwitterParts ( List &DataArr, int &DataCounter, string FormatString, string SplitText, TwitterTextType NonStringType, bool IsReturnNull ) : List
IsServerNewsLoadingAnim ( bool state ) : void
IsTwitterLoadingAnim ( bool state ) : void
OnLanguageChanged ( object sender, BaseEventArgs e ) : void
OnRequestNavigate ( object sender, System.Windows.Navigation.RequestNavigateEventArgs e ) : void
ParseDateTime ( string date ) : System.DateTime
ParseTextBlock ( object sender, RoutedEventArgs e ) : void
ReloadNews ( object sender, BaseEventArgs e ) : void
TabControl_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool dispose ) : void
dispose bool
리턴 void

GetTwitterNewsAPI11() 공개 메소드

public GetTwitterNewsAPI11 ( string url ) : void
url string
리턴 void

NewsBlock() 공개 메소드

public NewsBlock ( ) : System
리턴 System

ShowTab() 공개 메소드

public ShowTab ( int tab ) : void
tab int
리턴 void