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

Inheritance: com.vtcsecure.ace.windows.ViewModel.MessagingViewModel
Afficher le fichier Open project: VTCSecureLLC/ace-windows Class Usage Examples

Méthodes publiques

Méthode Description
FilterContactsList ( object item ) : bool
SimpleMessagingViewModel ( ) : System
SimpleMessagingViewModel ( IChatService chatMng, IContactsService contactsMng ) : System

Méthodes protégées

Méthode Description
ChangeUnreadCounter ( ) : void
FilterMessages ( object obj ) : bool
ProcessInputCharacters ( object obj ) : void
RefreshContactsList ( ) : void

Private Methods

Méthode 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 méthode

protected ChangeUnreadCounter ( ) : void
Résultat void

FilterContactsList() public méthode

public FilterContactsList ( object item ) : bool
item object
Résultat bool

FilterMessages() protected méthode

protected FilterMessages ( object obj ) : bool
obj object
Résultat bool

ProcessInputCharacters() protected méthode

protected ProcessInputCharacters ( object obj ) : void
obj object
Résultat void

RefreshContactsList() protected méthode

protected RefreshContactsList ( ) : void
Résultat void

SimpleMessagingViewModel() public méthode

public SimpleMessagingViewModel ( ) : System
Résultat System

SimpleMessagingViewModel() public méthode

public SimpleMessagingViewModel ( IChatService chatMng, IContactsService contactsMng ) : System
chatMng IChatService
contactsMng IContactsService
Résultat System