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.
Revision as of 03:52, 21 October 2021 by Administrator (talk | contribs) (Created page with "{{CGscriptClass_Template |Name=<nowiki>Shift</nowiki> |Description=<nowiki>Represent a registration time</nowiki> |InheritsFrom=object|Methods= {{CGscriptMethods_Template|Retu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Shift



Represent a registration time

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.