Interface ITicketMessage
Комментарий заявки.
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface ITicketMessage : ITicketMessagesOwner, IDeleteableApiObject, IApiObject, IApiEntity, INotifyPropertyChanged
Properties
Author
Автор комментария.
Declaration
IUser Author { get; }
Property Value
| Type | Description |
|---|---|
| IUser |
Body
Тело комментария.
Declaration
IRtfString Body { get; }
Property Value
| Type | Description |
|---|---|
| IRtfString |
CanEdit
Возвращает признак, может ли текущий пользователь редактировать данный комментарий.
Declaration
bool CanEdit { get; }
Property Value
| Type | Description |
|---|---|
| bool |
DateOfCreation
Дата и время создания.
Declaration
DateTime DateOfCreation { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Header
Заголовок комментария.
Declaration
string Header { get; }
Property Value
| Type | Description |
|---|---|
| string |
HeaderStored
Хранимый заголовок комментария.
Declaration
string HeaderStored { get; }
Property Value
| Type | Description |
|---|---|
| string |
IsEdited
Признак того, что комментарий редактировали после создания.
Declaration
bool IsEdited { get; }
Property Value
| Type | Description |
|---|---|
| bool |
MessageType
Тип комментария
Declaration
TicketMessageType MessageType { get; }
Property Value
| Type | Description |
|---|---|
| TicketMessageType |
Owner
Объект, в котором хранится комментарий.
Declaration
ITicketMessagesOwner Owner { get; }
Property Value
| Type | Description |
|---|---|
| ITicketMessagesOwner |