C# Class Signal.Models.Record

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Record ( ) : GalaSoft.MvvmLight
Record ( BodyRecord body, Recipients recipients, System.DateTime dateSent, System.DateTime dateReceived, long threadId, long type ) : GalaSoft.MvvmLight

Method Details

Record() public méthode

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

Record() public méthode

public Record ( BodyRecord body, Recipients recipients, System.DateTime dateSent, System.DateTime dateReceived, long threadId, long type ) : GalaSoft.MvvmLight
body BodyRecord
recipients TextSecure.recipient.Recipients
dateSent System.DateTime
dateReceived System.DateTime
threadId long
type long
Résultat GalaSoft.MvvmLight