ResourceSearchAppProduct class
From Catglobe Wiki
More actions
ResourceSearchAppProduct
Represents a search for AppProducts.
Parent class
Inherits from object
Constructors
- () - Search for AppProducts
- (string json "Json string with previous search") - Search for resources with stored filters
Methods
- (From object) SearchResult Execute(int? startIndex "0 based row index to start from", int? amount "Number of rows to fetch", bool includeCount "Also calculate the total number of rows", bool forWrite "Exclude rows there is only read permission to") - Perform the search
- (From object) object GetFilterByKey(string key "Key for filter") - Get filter by key
- (From object) Empty SetSort(string sortKey "Key to sort on", bool isAscending "True of sorting ascending") - Set the sort to be a specific entity
- (From object) string ToString() - The string representation of the object.
Properties
- (From object) Array of string AvailableColumnKeys { get; } - List of possible columns to return
- (From object) Array of string AvailableFilterKeys { get; } - List of possible columns to filter on
- (From object) Array of string AvailableFilterName { get; } - List of possible columns title
- (From object) Array of string AvailableSortKeys { get; } - List of possible sort key to sort on
- (From object) Array of string AvailableSortNames { get; } - List of possible sort key titles
- (From object) BoolFilter CalculatedManHours { get; } - Search on this field
- (From object) Array of String Columns { get; } - Select which columns to return
- (From object) ResourceFilter CreatedBy { get; } - Search on this field
- (From object) DateRangeFilter CreatedDate { get; } - Search on this field
- StringFilter DevelopmentUrl { get; } - Search on this field
- BoolFilter Enabled { get; } - Search on this field
- (From object) GuidFilter Guid { get; } - Search on this field
- (From object) RangeFilter Id { get; } - Search on this field
- (From object) BoolFilter InheritAccess { get; } - Search on this field
- (From object) BoolFilter IsDeleted { get; } - Search on this field
- BoolFilter IsSales { get; } - Search on this field
- (From object) string Json { get; } - Get the current search for later use
- (From object) RangeFilter ManHours { get; } - Search on this field
- (From object) ResourceFilter ModifiedBy { get; } - Search on this field
- (From object) DateRangeFilter ModifiedDate { get; } - Search on this field
- (From object) StringFilter Name { get; } - Search on this field
- string ObjectTypeName { get; } - The name of the type of object.
- RangeFilter Order { get; } - Search on this field
- (From object) ResourceFilter Parent { get; } - Search on this field
- (From object) StringFilter Path { get; } - Search on this field
- (From object) BoolFilter TimeregistrationEnabled { get; } - Search on this field
- (From object) TypeInformation TypeInformation { get; } - Get information about this class.
- StringFilter Url { get; } - Search on this field