C# Class Signal.Models.Record.BodyRecord

Datei anzeigen Open project: smndtrl/Signal-UWP

Public Methods

Method Description
BodyRecord ( string body, bool plaintext ) : GalaSoft.MvvmLight
isPlaintext ( ) : bool

Method Details

BodyRecord() public method

public BodyRecord ( string body, bool plaintext ) : GalaSoft.MvvmLight
body string
plaintext bool
return GalaSoft.MvvmLight

isPlaintext() public method

public isPlaintext ( ) : bool
return bool