Click or drag to resize

Employment Class

Represents a work contract for a user.
Inheritance Hierarchy
SystemObject
  Severa.Entities.APIEmployment

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0
Syntax
public class Employment

The Employment type exposes the following members.

Constructors
 NameDescription
Public methodEmploymentInitializes a new instance of the Employment class
Top
Properties
 NameDescription
Public propertyCompanyBusinessUnitCode Code of the company for which employment belongs to.
Public propertyCompanyBusinessUnitGUID Unique identifier for the company of which employment belongs to.
Public propertyCompanyBusinessUnitName Name of the company for which employment belongs to.
Public propertyDailyHours The number of hours the user is employed to work per working day for this contract period.
Public propertyEndDate The date that this employment contract ends.
Public propertyGUID Unique identifier for the Employment.
Public propertyHourCost The cost per hour for this users time for this contract period.
Public propertyIsOvertimeAllowed Flag that indicates if overtime is allowed for this contract period.
Public propertyStartDate The date that this employment contract starts.
Public propertyTitle Describes the position that the user holds in the organization for this time period.
Top
See Also