C# Class com.vtcsecure.ace.windows.ViewModel.SimpleMessagingViewModel

Inheritance: com.vtcsecure.ace.windows.ViewModel.MessagingViewModel
Mostrar archivo Open project: VTCSecureLLC/ace-windows Class Usage Examples

Public Methods

Method Description
FilterContactsList ( object item ) : bool
SimpleMessagingViewModel ( ) : System
SimpleMessagingViewModel ( IChatService chatMng, IContactsService contactsMng ) : System

Protected Methods

Method Description
ChangeUnreadCounter ( ) : void
FilterMessages ( object obj ) : bool
ProcessInputCharacters ( object obj ) : void
RefreshContactsList ( ) : void

Private Methods

Method Description
CheckReceiverContact ( ) : bool
Init ( ) : void
OnChatRoomUpdated ( object sender, VATRP.Core.Events.ConversationUpdatedEventArgs e ) : void
OnDeclineMessageReceived ( object sender, DeclineMessageArgs args ) : void
OnUnreadStateChanged ( object sender, VATRP e ) : void
SendMessage ( string message ) : void
SendSimpleMessage ( string message ) : bool
ShowUnreadMessageInfo ( bool updUnreadCounter ) : void

Method Details

ChangeUnreadCounter() protected method

protected ChangeUnreadCounter ( ) : void
return void

FilterContactsList() public method

public FilterContactsList ( object item ) : bool
item object
return bool

FilterMessages() protected method

protected FilterMessages ( object obj ) : bool
obj object
return bool

ProcessInputCharacters() protected method

protected ProcessInputCharacters ( object obj ) : void
obj object
return void

RefreshContactsList() protected method

protected RefreshContactsList ( ) : void
return void

SimpleMessagingViewModel() public method

public SimpleMessagingViewModel ( ) : System
return System

SimpleMessagingViewModel() public method

public SimpleMessagingViewModel ( IChatService chatMng, IContactsService contactsMng ) : System
chatMng IChatService
contactsMng IContactsService
return System