C# Class Signal.Models.Message

Inheritance: GalaSoft.MvvmLight.ObservableObject
Afficher le fichier Open project: smndtrl/Signal-UWP Class Usage Examples

Méthodes publiques

Свойство Type Description
IsForcedSms bool
IsPush bool

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Equals ( object other ) : bool
GetHashCode ( ) : int
Message ( ) : GalaSoft.MvvmLight

Method Details

Equals() public méthode

public Equals ( object other ) : bool
other object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Message() public méthode

public Message ( ) : GalaSoft.MvvmLight
Résultat GalaSoft.MvvmLight

Property Details

IsForcedSms public_oe property

public bool IsForcedSms
Résultat bool

IsPush public_oe property

public bool IsPush
Résultat bool