C# Class Signal.Models.Message

Inheritance: GalaSoft.MvvmLight.ObservableObject
Exibir arquivo Open project: smndtrl/Signal-UWP Class Usage Examples

Public Properties

Property Type Description
IsForcedSms bool
IsPush bool

Private Properties

Property Type Description

Public Methods

Method Description
Equals ( object other ) : bool
GetHashCode ( ) : int
Message ( ) : GalaSoft.MvvmLight

Method Details

Equals() public method

public Equals ( object other ) : bool
other object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Message() public method

public Message ( ) : GalaSoft.MvvmLight
return GalaSoft.MvvmLight

Property Details

IsForcedSms public_oe property

public bool IsForcedSms
return bool

IsPush public_oe property

public bool IsPush
return bool