Interface ILinkDocumentsRequest
- Namespace
- Ascon.Polynom.Web.Api.Data.Interfaces.Requests.DocumentOwner
- Assembly
- Ascon.Polynom.Web.Api.Data.dll
Модель данных для привязывания документа к объекту-владельцу.
[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(LinkDocumentsRequest))]
public interface ILinkDocumentsRequest : IWebApiRequest
Properties
DocumentObjects
Документ.
List<IIdentifiableObject> DocumentObjects { get; set; }
Property Value
DocumentOwnerObject
Владелец документа.
IIdentifiableObject DocumentOwnerObject { get; set; }