C# 클래스 com.vtcsecure.ace.windows.ViewModel.SimpleMessagingViewModel

상속: com.vtcsecure.ace.windows.ViewModel.MessagingViewModel
파일 보기 프로젝트 열기: VTCSecureLLC/ace-windows 1 사용 예제들

공개 메소드들

메소드 설명
FilterContactsList ( object item ) : bool
SimpleMessagingViewModel ( ) : System
SimpleMessagingViewModel ( IChatService chatMng, IContactsService contactsMng ) : System

보호된 메소드들

메소드 설명
ChangeUnreadCounter ( ) : void
FilterMessages ( object obj ) : bool
ProcessInputCharacters ( object obj ) : void
RefreshContactsList ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

ChangeUnreadCounter() 보호된 메소드

protected ChangeUnreadCounter ( ) : void
리턴 void

FilterContactsList() 공개 메소드

public FilterContactsList ( object item ) : bool
item object
리턴 bool

FilterMessages() 보호된 메소드

protected FilterMessages ( object obj ) : bool
obj object
리턴 bool

ProcessInputCharacters() 보호된 메소드

protected ProcessInputCharacters ( object obj ) : void
obj object
리턴 void

RefreshContactsList() 보호된 메소드

protected RefreshContactsList ( ) : void
리턴 void

SimpleMessagingViewModel() 공개 메소드

public SimpleMessagingViewModel ( ) : System
리턴 System

SimpleMessagingViewModel() 공개 메소드

public SimpleMessagingViewModel ( IChatService chatMng, IContactsService contactsMng ) : System
chatMng IChatService
contactsMng IContactsService
리턴 System