C# Class RatChat.EmpireTv.EmpireTvChatSource

Inheritance: RatChat.Core.IChatSource, INotifyPropertyChanged
Mostrar archivo Open project: JustOxlamon/Sc2tvChatPub

Public Methods

Method Description
BeginWork ( ) : void
CreateCustomView ( ) : System.Windows.Controls.UserControl
CreateSmile ( string id ) : FrameworkElement
EmpireTvChatSource ( ) : System
EndWork ( ) : void
OnConfigApply ( ConfigStorage Config ) : void
OnLoad ( ConfigStorage Config ) : void
UnixTimeStampToDateTime ( long unixTimeStamp ) : System.DateTime

Protected Methods

Method Description
FireChange ( string PropertyName ) : void

Private Methods

Method Description
GetById ( string id ) : Message
LoadChat ( int ChannelId ) : void
UpdateHeader ( ) : void
UpdateMessages ( Message msgs ) : void
next_Tick ( object sender, EventArgs e ) : void
unixTimestamp ( ) : long

Method Details

BeginWork() public method

public BeginWork ( ) : void
return void

CreateCustomView() public method

public CreateCustomView ( ) : System.Windows.Controls.UserControl
return System.Windows.Controls.UserControl

CreateSmile() public method

public CreateSmile ( string id ) : FrameworkElement
id string
return System.Windows.FrameworkElement

EmpireTvChatSource() public method

public EmpireTvChatSource ( ) : System
return System

EndWork() public method

public EndWork ( ) : void
return void

FireChange() protected method

protected FireChange ( string PropertyName ) : void
PropertyName string
return void

OnConfigApply() public method

public OnConfigApply ( ConfigStorage Config ) : void
Config ConfigStorage
return void

OnLoad() public method

public OnLoad ( ConfigStorage Config ) : void
Config ConfigStorage
return void

UnixTimeStampToDateTime() public static method

public static UnixTimeStampToDateTime ( long unixTimeStamp ) : System.DateTime
unixTimeStamp long
return System.DateTime