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.

Shift class: Difference between revisions

From Catglobe Wiki
Created page with "{{CGscriptClass_Template |Name=<nowiki>Shift</nowiki> |Description=<nowiki>Represent a registration time</nowiki> |InheritsFrom=object|Methods= {{CGscriptMethods_Template|Retu..."
 
No edit summary
Line 1: Line 1:
Result:
{{CGscriptClass_Template
{{CGscriptClass_Template
|Name=<nowiki>Shift</nowiki>
|Name=<nowiki>Shift</nowiki>
|Description=<nowiki>Represent a registration time</nowiki>
|Description=<nowiki>An interviewer shift</nowiki>
|InheritsFrom=object|Methods=
|InheritsFrom=object|Methods=
{{CGscriptMethods_Template|ReturnType=string|Name=<nowiki>ToString</nowiki>|Inherited=object|Description=<nowiki>The string representation of the object.</nowiki>}}
{{CGscriptMethods_Template|ReturnType=string|Name=<nowiki>ToString</nowiki>|Inherited=object|Description=<nowiki>The string representation of the object.</nowiki>}}

Revision as of 09:02, 22 October 2021

Result:

Shift



An interviewer shift

Parent class

Inherits from object

Methods

  • (From object) string ToString() - The string representation of the object.

Properties

  • int DaysToDecreasingDemands { get; } - Get when the qualification requirement is decreased
  • int DaysToDisapprove { get; } - Get number of days prior to start of shift, that interviewer can unbook the shift
  • DateTime EndTime { get; } - Get date for end of shift
  • string FacilityGroupName { get; } - Get name of facility
  • int FacilityGroupResourceId { get; } - Get resource id of facility
  • string InterviewerName { get; } - Get name of interviewer
  • int InterviewerUserResourceId { get; set; } - Get resource id of interviewer
  • string ObjectTypeName { get; } - The name of the type of object.
  • int ShiftTeamId { get; } - Get id of ShiftTeamId
  • string ShiftTeamName { get; } - Get name of ShiftTeam
  • DateTime StartTime { get; } - Get date for start of shift
  • (From object) TypeInformation TypeInformation { get; } - Get information about this class.