Table of Contents

Interface ILinkDocumentOwnersRequest

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

Представляет запрос привязки документа к владельцам.

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

Properties

Document

Идентификатор документа.

IIdentifiableObject Document { get; set; }

Property Value

IIdentifiableObject

DocumentOwners

Идентификаторы владельцев документа.

List<IIdentifiableObject> DocumentOwners { get; set; }

Property Value

List<IIdentifiableObject>