C# 클래스 Signal.Models.Message

상속: GalaSoft.MvvmLight.ObservableObject
파일 보기 프로젝트 열기: smndtrl/Signal-UWP 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IsForcedSms bool
IsPush bool

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Equals ( object other ) : bool
GetHashCode ( ) : int
Message ( ) : GalaSoft.MvvmLight

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Message() 공개 메소드

public Message ( ) : GalaSoft.MvvmLight
리턴 GalaSoft.MvvmLight

프로퍼티 상세

IsForcedSms 공개적으로 프로퍼티

public bool IsForcedSms
리턴 bool

IsPush 공개적으로 프로퍼티

public bool IsPush
리턴 bool