Interface ICreateCommentTicketRequest
- 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
Text
Текст комментария.
string Text { get; set; }