[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: sharepoint.pp line 14964
type TPSTimeSheetWork = class(TODataEntity) |
public |
class function ObjectRestKind; override; |
class function ExportPropertyName(); override; |
function KeyAsURLPart; override; |
published |
property ActualWork: string; [rw] |
property ActualWorkMilliseconds: TInt32; [rw] |
property ActualWorkTimeSpan: TTime; [rw] |
property Comment: string; [rw] |
property _End: TDateTime; [rw] |
property Id: TGUIDString; [rw] |
property NonBillableOvertimeWork: string; [rw] |
property NonBillableOvertimeWorkMilliseconds: TInt32; [rw] |
property NonBillableOvertimeWorkTimeSpan: TTime; [rw] |
property NonBillableWork: string; [rw] |
property NonBillableWorkMilliseconds: TInt32; [rw] |
property NonBillableWorkTimeSpan: TTime; [rw] |
property OvertimeWork: string; [rw] |
property OvertimeWorkMilliseconds: TInt32; [rw] |
property OvertimeWorkTimeSpan: TTime; [rw] |
property PlannedWork: string; [rw] |
property PlannedWorkMilliseconds: TInt32; [rw] |
property PlannedWorkTimeSpan: TTime; [rw] |
property Start: TDateTime; [rw] |
end; |
| |
| |
| |
TObject |