C# Class AdvancedLauncher.UI.Controls.NewsBlock

Inheritance: AbstractUserControl, IDisposable
Show file Open project: GoldRenard/DMOAdvancedLauncher

Private Properties

Property Type Description
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

Public Methods

Method Description
Dispose ( ) : void
GetTwitterNewsAPI11 ( string url ) : void
NewsBlock ( ) : System
ShowTab ( int tab ) : void

Protected Methods

Method Description
Dispose ( bool dispose ) : void

Private Methods

Method Description
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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool dispose ) : void
dispose bool
return void

GetTwitterNewsAPI11() public method

public GetTwitterNewsAPI11 ( string url ) : void
url string
return void

NewsBlock() public method

public NewsBlock ( ) : System
return System

ShowTab() public method

public ShowTab ( int tab ) : void
tab int
return void