Interface IToastMessage
Toast-сообщение.
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface IToastMessage : IDeleteableApiObject, IApiObject, IApiEntity, INotifyPropertyChanged
Properties
Body
Тело сообщения.
Declaration
string Body { get; }
Property Value
| Type | Description |
|---|---|
| string |
DateOfCreation
Дата и время создания.
Declaration
DateTime DateOfCreation { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |
IsPinned
Признак того, что сообщение закреплено.
Declaration
bool IsPinned { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Owner
Владелец toast-сообщения.
Declaration
IToastOwner Owner { get; }
Property Value
| Type | Description |
|---|---|
| IToastOwner |
Publisher
Публикатор сообщения.
Declaration
IToastPublisher Publisher { get; }
Property Value
| Type | Description |
|---|---|
| IToastPublisher |
Subject
Заголовок сообщения.
Declaration
string Subject { get; }
Property Value
| Type | Description |
|---|---|
| string |