C# Class RatChat.Sc2tv.Sc2tvChatSource

Inheritance: RatChat.Core.IChatSource, INotifyPropertyChanged
Exibir arquivo Open project: JustOxlamon/Sc2tvChatPub

Public Methods

Method Description
BeginWork ( ) : void
CreateCustomView ( ) : System.Windows.Controls.UserControl
CreateSmile ( string id ) : FrameworkElement
EndWork ( ) : void
LoadChat ( int ChannelId ) : void
OnConfigApply ( ConfigStorage Config ) : void
OnLoad ( ConfigStorage Config ) : void
Sc2tvChatSource ( ) : System
next_Tick ( object sender, EventArgs e ) : void

Protected Methods

Method Description
FireChange ( string PropertyName ) : void

Private Methods

Method Description
GetById ( int id ) : Message
UpdateHeader ( ) : void
UpdateMessages ( Messages msgs ) : void
UpdateSmiles ( ) : void

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

EndWork() public method

public EndWork ( ) : void
return void

FireChange() protected method

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

LoadChat() public method

public LoadChat ( int ChannelId ) : void
ChannelId int
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

Sc2tvChatSource() public method

public Sc2tvChatSource ( ) : System
return System

next_Tick() public method

public next_Tick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void