Table of Contents

Interface IGetPropertiesRequest

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

Параметры запроса свойств объекта.

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

Properties

Owner

Идентификатор владельца свойств.

IIdentifiableObject Owner { get; set; }

Property Value

IIdentifiableObject