Table of Contents

Interface IUnlinkDocumentOwnersRequest

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

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

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

Properties

Document

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

IIdentifiableObject Document { get; set; }

Property Value

IIdentifiableObject

DocumentOwners

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

List<IIdentifiableObject> DocumentOwners { get; set; }

Property Value

List<IIdentifiableObject>