Class GetMoveToGroupPropertyDefinitionGroupRequest
- 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
Identifier
Объект для перемещения.
public IIdentifiableObject Identifier { get; set; }