TimeSheetLine Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SharePoint.Client.ScriptType("PS.TimeSheetLine", ServerTypeId="{826c23f5-fd62-4ffa-9236-8c3916ad1a62}")]
public class TimeSheetLine : Microsoft.SharePoint.Client.ClientObject
type TimeSheetLine = class
inherit ClientObject
Public Class TimeSheetLine
Inherits ClientObject
- Inheritance
- Attributes
Constructors
| TimeSheetLine(ClientRuntimeContext, ObjectPath) |
Properties
| Assignment | |
| Comment | |
| Context | (Inherited from ClientObject) |
| Id | |
| LineClass | |
| ObjectData | (Inherited from ClientObject) |
| ObjectVersion | (Inherited from ClientObject) |
| Path | (Inherited from ClientObject) |
| ProjectName | |
| ServerObjectIsNull | (Inherited from ClientObject) |
| Status | |
| Tag | (Inherited from ClientObject) |
| TaskName | |
| TimeSheet | |
| TotalWork | |
| TotalWorkTimeSpan | |
| TypedObject | (Inherited from ClientObject) |
| ValidationType | |
| Work | |
Methods
| CheckUninitializedProperty(String) | (Inherited from ClientObject) |
| CustomFromJson(JsonReader) | (Inherited from ClientObject) |
| DeleteObject() | |
| FromJson(JsonReader) | (Inherited from ClientObject) |
| InitNonPropertyFieldFromJson(String, JsonReader) | (Inherited from ClientObject) |
| InitOnePropertyFromJson(String, JsonReader) | |
| IsObjectPropertyInstantiated(String) | (Inherited from ClientObject) |
| IsPropertyAvailable(String) | (Inherited from ClientObject) |
| LoadExpandoFields() | (Inherited from ClientObject) |
| RefreshLoad() | (Inherited from ClientObject) |
| RemoveFromParentCollection() | (Inherited from ClientObject) |
| Retrieve() | (Inherited from ClientObject) |
| Retrieve(String[]) | (Inherited from ClientObject) |
| Submit(String) | |
| UpdateClientObjectPropertyType(String, Object, JsonReader) | (Inherited from ClientObject) |