Table of Contents

Interface IGetPropertiesByGroupResponse

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

Представляет ответ на запрос владельцев свойств по группе.

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(PropertyOwnerResponse))]
public interface IGetPropertiesByGroupResponse : IPaginatedList<IPropertyOwnerRef>, IPaginated, IPropertyOwnerContainer, IPropertyValueContainer, IPropertyDefinitionContainer, IMeasureEntityContainer
Inherited Members