C# Class Signal.Models.Record

Inheritance: GalaSoft.MvvmLight.ObservableObject
Datei anzeigen Open project: smndtrl/Signal-UWP

Private Properties

Property Type Description

Public Methods

Method 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 method

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

Record() public method

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
return GalaSoft.MvvmLight