Class GetPropertiesByGroupResponse
public class GetPropertiesByGroupResponse : PropertyOwnerContainer, IGetPropertiesByGroupResponse, IPaginatedList<IPropertyOwnerRef>, IPaginated, IPropertyOwnerContainer, IPropertyValueContainer, IPropertyDefinitionContainer, IMeasureEntityContainer
- Inheritance
-
GetPropertiesByGroupResponse
- Implements
- Inherited Members
Constructors
GetPropertiesByGroupResponse()
public GetPropertiesByGroupResponse()
Properties
HasNextPage
Возвращает признак существования следующей страницы.
public bool HasNextPage { get; set; }
Property Value
HasPreviousPage
Возвращает признак существования предыдущей страницы.
public bool HasPreviousPage { get; set; }
Property Value
Items
Возвращает элементы страницы.
public List<IPropertyOwnerRef> Items { get; set; }
Property Value
PageNumber
Возвращает номер страницы.
public int PageNumber { get; set; }
Property Value
PageSize
Возвращает количество элементов в странице.
public int PageSize { get; set; }
Property Value
TotalCount
Возвращает общее количество элементов.
public int TotalCount { get; set; }
Property Value
TotalPages
Возвращает общее количество страниц.
public int TotalPages { get; set; }
Property Value
Methods
Create(List<IPropertyOwnerRef>, int, int, int, bool)
Создает экземпляр ответа.
public static IGetPropertiesByGroupResponse Create(List<IPropertyOwnerRef> items, int totalCount, int pageNumber, int pageSize, bool hasNextPage)