Table of Contents

Interface IGetMoveToGroupPropertyDefinitionGroupRequest

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

Модель данных для перемещения объекта в группу определений избранного.

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

Properties

Group

Группа, в которую должен быть перемещен элементы.

IIdentifiableObject Group { get; set; }

Property Value

IIdentifiableObject

Identifier

Идентификатор перемещаемого объекта.

IIdentifiableObject Identifier { get; set; }

Property Value

IIdentifiableObject