Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ShiftsFinder class: Difference between revisions

From Catglobe Wiki
Created page with "{{CGscriptClass_Template |Name=<nowiki>ShiftsFinder</nowiki> |Description=<nowiki>Finds shifts</nowiki> |InheritsFrom=object|Constructors= {{CGscriptConstructors_Template|Desc..."
 
No edit summary
 
Line 1: Line 1:
Result:
{{CGscriptClass_Template
{{CGscriptClass_Template
|Name=<nowiki>ShiftsFinder</nowiki>
|Name=<nowiki>ShiftsFinder</nowiki>

Latest revision as of 04:27, 9 November 2021

Result:

ShiftsFinder



Finds shifts

Parent class

Inherits from object

Constructors

  • () - Create new shifts finder

Methods

  • Array of Shift Execute() - Find shifts given current configuration
  • (From object) string ToString() - The string representation of the object.

Properties

  • int FacilityGroupResourceId { get; set; } - Resource Id of the facility group to search within. Use -1 to ignore, 0 finds unset. Default -1.
  • DateTime FromTime { get; set; } - Find shifts that end after this date.
  • bool FutureOnly { get; set; } - Only look for future shifts if set. Default true, ignored if FromTime is set.
  • int InterviewerUserResourceId { get; set; } - Resource Id of the interviewer to search within. Use -1 to ignore, 0 finds unbooked shifts. Default -1.
  • string ObjectTypeName { get; } - The name of the type of object.
  • int ShiftTeamId { get; set; } - Id of ShiftTeam. Use -1 to ignore, 0 finds unset. Default -1.
  • DateTime ToTime { get; set; } - Find shifts that start before this date.
  • (From object) TypeInformation TypeInformation { get; } - Get information about this class.