StatusAssignment 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.StatusAssignment", ServerTypeId="{756f4346-380d-4951-aed0-a3ebfe083888}")]
public class StatusAssignment : Microsoft.SharePoint.Client.ClientObject
type StatusAssignment = class
inherit ClientObject
Public Class StatusAssignment
Inherits ClientObject
- Inheritance
- Attributes
Constructors
| StatusAssignment(ClientRuntimeContext, ObjectPath) |
Properties
| ActualFinish | |
| ActualOvertime | |
| ActualOvertimeTimeSpan | |
| ActualStart | |
| ActualWork | |
| ActualWorkTimeSpan | |
| ApprovalStatus | |
| Comments | |
| Context | (Inherited from ClientObject) |
| CustomFields | |
| FieldValues | |
| Finish | |
| History | |
| Id | |
| IsConfirmed | |
| Item[String] | |
| Modified | |
| Name | |
| ObjectData | (Inherited from ClientObject) |
| ObjectVersion | (Inherited from ClientObject) |
| Overtime | |
| OvertimeTimeSpan | |
| Path | (Inherited from ClientObject) |
| PercentComplete | |
| Project | |
| RegularWork | |
| RegularWorkTimeSpan | |
| RemainingOvertime | |
| RemainingOvertimeTimeSpan | |
| RemainingWork | |
| RemainingWorkTimeSpan | |
| Resource | |
| ServerObjectIsNull | (Inherited from ClientObject) |
| Start | |
| Tag | (Inherited from ClientObject) |
| Task | |
| TypedObject | (Inherited from ClientObject) |
| Work | |
| WorkTimeSpan | |
Methods
| CheckUninitializedProperty(String) | (Inherited from ClientObject) |
| CustomFromJson(JsonReader) | (Inherited from ClientObject) |
| DeleteObject() | |
| FromJson(JsonReader) | (Inherited from ClientObject) |
| InitNonPropertyFieldFromJson(String, JsonReader) | |
| InitOnePropertyFromJson(String, JsonReader) | |
| IsObjectPropertyInstantiated(String) | (Inherited from ClientObject) |
| IsPropertyAvailable(String) | (Inherited from ClientObject) |
| LoadExpandoFields() | |
| RefreshLoad() | |
| RemoveFromParentCollection() | (Inherited from ClientObject) |
| Retrieve() | (Inherited from ClientObject) |
| Retrieve(String[]) | (Inherited from ClientObject) |
| SubmitStatusUpdates(String) | |
| UpdateClientObjectPropertyType(String, Object, JsonReader) | (Inherited from ClientObject) |