TimeSheetWorkCreationInformation members
Provides property settings and methods that are used to create a timesheet work object.
The TimeSheetWorkCreationInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
TimeSheetWorkCreationInformation | Creates an instance of the TimeSheetWorkCreationInformation class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ActualWork | Gets or sets the amount of actual work that is on a timesheet. |
![]() |
Comment | Gets or sets the timesheet work comment. |
![]() |
End | Gets or sets the end time of work that is on a timesheet. |
![]() |
NonBillableOvertimeWork | Gets or sets the amount of non-billable overtime work that is on a timesheet. |
![]() |
NonBillableWork | Gets or sets the amount of non-billable work that is on a timesheet. |
![]() |
OvertimeWork | Gets or sets the amount of overtime work that is on a timesheet. |
![]() |
PlannedWork | Gets or sets the amount of planned work that is on a timesheet. |
![]() |
Start | Gets or sets the start time of work that is on a timesheet. |
![]() |
TypeId | (Inherited from ClientValueObject.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CustomFromJson | (Inherited from ClientValueObject.) |
![]() |
CustomWriteToXml | (Inherited from ClientValueObject.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
FromJson | (Inherited from ClientValueObject.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
InitOnePropertyFromJson | Reserved for internal use. (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
WriteToXml | Reserved for internal use. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).) |
Top