Class SetMoveToGroupPropertyDefinitionGroupRequest
- Assembly
- Ascon.Polynom.Web.Api.Data.dll
Модель данных для перемещения объекта в группу определений избранного.
public class SetMoveToGroupPropertyDefinitionGroupRequest : WebApiRequest, ISetMoveToGroupPropertyDefinitionGroupRequest, IWebApiRequest
- Inheritance
-
SetMoveToGroupPropertyDefinitionGroupRequest
- Implements
- Inherited Members
Constructors
SetMoveToGroupPropertyDefinitionGroupRequest()
public SetMoveToGroupPropertyDefinitionGroupRequest()
Properties
Group
Группа, в которую должен быть перемещен элементы.
public IIdentifiableObject Group { get; set; }
Property Value
Identifier
Объект для перемещения.
public IIdentifiableObject Identifier { get; set; }