Interface IAddPropertiesRequest
- Namespace
- Ascon.Polynom.Web.Api.Data.Interfaces.Requests.LinkInstance
- Assembly
- Ascon.Polynom.Web.Api.Data.dll
Модель данных для добавления собственных свойств экземпляру связи.
[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(AddPropertiesRequest))]
public interface IAddPropertiesRequest : IWebApiRequest
Properties
LinkInstance
Идентификатор экземпляра связи.
IIdentifiableObject LinkInstance { get; set; }
Property Value
PropertyDefinitions
Идентификаторы свойств.
List<IIdentifiableObject> PropertyDefinitions { get; set; }