SortEntitiesPostDto
public class SortEntitiesPostDto
Namespace
Constructors
SortEntitiesPostDto
The default constructor.
public SortEntitiesPostDto()
Properties
EntityType
public string EntityType { get; set; }
ParentId
public Guid? ParentId { get; set; }
SortedEntityIds
public Guid[] SortedEntityIds { get; set; }
StoreId
public Guid? StoreId { get; set; }