Difference between revisions of "Shift class"
(Created page with "{{CGscriptClass_Template |Name=<nowiki>Shift</nowiki> |Description=<nowiki>Represent a registration time</nowiki> |InheritsFrom=object|Methods= {{CGscriptMethods_Template|Retu...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{CGscriptClass_Template | {{CGscriptClass_Template | ||
|Name=<nowiki>Shift</nowiki> | |Name=<nowiki>Shift</nowiki> | ||
− | |Description=<nowiki> | + | |Description=<nowiki>An interviewer shift</nowiki> |
|InheritsFrom=object|Methods= | |InheritsFrom=object|Methods= | ||
+ | {{CGscriptMethods_Template|ReturnType=Empty|Name=<nowiki>Save</nowiki>|Description=<nowiki>Save the shift</nowiki>}} | ||
{{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>}} | ||
|Properties= | |Properties= |
Latest revision as of 05:22, 9 November 2021
Shift
An interviewer shift
Parent class
Inherits from object
Methods
- Empty Save() - Save the shift
- (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.