Table of Contents

Class GetMoveToGroupPropertyDefinitionGroupRequest

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

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

public class GetMoveToGroupPropertyDefinitionGroupRequest : WebApiRequest, IGetMoveToGroupPropertyDefinitionGroupRequest, IWebApiRequest
Inheritance
GetMoveToGroupPropertyDefinitionGroupRequest
Implements
Inherited Members

Constructors

GetMoveToGroupPropertyDefinitionGroupRequest()

public GetMoveToGroupPropertyDefinitionGroupRequest()

Properties

Group

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

public IIdentifiableObject Group { get; set; }

Property Value

IIdentifiableObject

Identifier

Объект для перемещения.

public IIdentifiableObject Identifier { get; set; }

Property Value

IIdentifiableObject