C# 클래스 VATRP.Core.Model.ChatID

상속: ContactID
파일 보기 프로젝트 열기: VTCSecureLLC/ace-windows 1 사용 예제들

공개 메소드들

메소드 설명
ChatID ( ChatID chatID ) : System.ComponentModel
ChatID ( ContactID contactId, bool isRTT, string dialogId ) : System.ComponentModel
Equals ( ChatID other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
operator ( ) : bool

메소드 상세

ChatID() 공개 메소드

public ChatID ( ChatID chatID ) : System.ComponentModel
chatID ChatID
리턴 System.ComponentModel

ChatID() 공개 메소드

public ChatID ( ContactID contactId, bool isRTT, string dialogId ) : System.ComponentModel
contactId ContactID
isRTT bool
dialogId string
리턴 System.ComponentModel

Equals() 공개 메소드

public Equals ( ChatID other ) : bool
other ChatID
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool