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