Category Properties |
The Category type exposes the following members.
Name | Description | |
---|---|---|
![]() | Active |
Indicates if the definition is active.
(Inherited from BaseDefinition.) |
![]() | AddToBenefit |
Indicates if benefits can be added/accrued for category.
|
![]() | CanDelete |
Indicates if category can be deleted. System categories like WORK and LUNCH cannot be
deleted.
|
![]() | CanExport |
Indicates if category is exported to payroll.
|
![]() | Code |
Definition's code
(Inherited from BaseDefinition.) |
![]() | FieldCode |
Code for payroll export
|
![]() | Id |
ID number of definition
(Inherited from BaseDefinition.) |
![]() | IsOvertime |
Indicates if category can go overtime.
|
![]() | IsPaid |
Indicates if category is paid.
|
![]() | IsSticky |
Indicates if Miscellaneous Entries with this category should stick to the nearest in/out transactions' hours.
|
![]() | IsSystem |
Indicates if the category is system or user defined.
|
![]() | Name |
Name of definition
(Inherited from BaseDefinition.) |
![]() | OT1None |
Code for OT1 for payroll export
|
![]() | OT2None |
Code for OT2 for payroll export
|
![]() | OT3None |
Code for OT3 for payroll export
|
![]() | OverridesAbsence |
Indicates if the transaction of this category is committed, then the employee is not considered to be absent for
that day.
|
![]() | PayInside |
Makes category during which time is spent inside the workplace payable. Works only when IsSticky is set to true.
|
![]() | RegNone |
Code for REG for payroll export
|
![]() | StickyCategoryId |
If late, this category will be applied after the allowed duration of the related miscellaneous transaction. Works only when IsSticky is set to true.
|
![]() | Type | Type of category. enum En_CategoryType { Hours = 0, Money = 1 } |