TimeSheetLineCreationInformation members
Provides property settings and methods that are used to create a timesheet line.
The TimeSheetLineCreationInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
TimeSheetLineCreationInformation | Creates an instance of the TimeSheetLineCreationInformation class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
AssignmentId | Gets or sets the GUID of the assignment that is associated with the timesheet line. |
![]() |
Comment | Gets or sets the comment for the timesheet line. |
![]() |
Id | Gets or sets the GUID for the timesheet line. |
![]() |
LineClass | Gets or sets the line class type of the timesheet line. |
![]() |
ProjectId | Gets or sets the GUID of the project that is associated with the timesheet line. |
![]() |
TaskName | Gets or sets the time sheet line task name. |
![]() |
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