Table of Contents

Interface ICreateCommentTicketRequest

Namespace
Ascon.Polynom.Web.Api.Data.Interfaces.Requests.Tickets
Assembly
Ascon.Polynom.Web.Api.Data.dll

Запрос создания комментария.

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(CreateCommentTicketRequest))]
public interface ICreateCommentTicketRequest : IWebApiRequest

Properties

Source

Объект комментирования (заявка или другой комментарий).

IIdentifiableObject Source { get; set; }

Property Value

IIdentifiableObject

Text

Текст комментария.

string Text { get; set; }

Property Value

string