WebSvcStatusing namespace
The Statusing class is the primary class in the WebSvcStatusing namespace. The Statusing class includes methods that manage task status updates and assignments.
Note
In the ASMX web service, Statusing is a class. In the WCF service, Statusing is an interface that is implemented in the StatusingClient class. For information about using the StatusingClient class in a WCF-based application, see the Statusing class constructor.
The WebSvcStatusing namespace is an arbitrary name for a reference to the Statusing.asmx web service (or the Statusing.svc service) of the Project Server Interface (PSI). Methods in the Statusing class can apply status updates or approvals, submit status updates, set summary information for submitted updates, delete approved status updates or approval history for a specified user, or delete all status information for a set of projects.
Note
The Statusing methods work only for enterprise resources, not for local project resources. Project Server does not publish assignments for local resources.
Methods in the Statusing class also can:
Create, get, or delegate assignments.
Set assignment work duration.
Get new assignments for the current user.
Get assignment or task transaction history, timephased actuals, or the summary task hierarchy.
Preview or import timesheet data and read a user's working and nonworking schedule.
Update statusing data (timephased work data for assignments) for an application user or for another user, where impersonation is not required.
Find pending status updates, information for submitted updates, or a transaction record of changes in a submitted update.
Read team status.
Statusing methods typically use or return one of the following DataSet objects:
Generic DataSet objects (see ADO.NET DataSets)
Classes
Class | Description | |
---|---|---|
AssnHistoryDataSet | Represents assignment history information in AssnHistoryDataSet.CustomFieldsDataTable objects and AssnHistoryDataSet.CustomFieldsRow objects. | |
AssnHistoryDataSet.CustomFieldsDataTable | Represents information about assignment history custom fields that is contained in one or more AssnHistoryDataSet.CustomFieldsRow objects. | |
AssnHistoryDataSet.CustomFieldsRow | Represents assignment history custom fields information as a row in the AssnHistoryDataSet.CustomFieldsDataTable object. | |
AssnHistoryDataSet.CustomFieldsRowChangeEvent | Event that occurs when data in a CustomFieldsRow is changed. | |
AssnHistoryDataSet.HistoryDataTable | Represents information about assignment history that is contained in one or more AssnHistoryDataSet.HistoryRow objects. | |
AssnHistoryDataSet.HistoryRow | Represents assignment history information as a row in the AssnHistoryDataSet.HistoryDataTable object. | |
AssnHistoryDataSet.HistoryRowChangeEvent | Event that occurs when data in a HistoryRow is changed. | |
DelegationDataSet | Contains statusing information about delagate assignments. | |
DelegationDataSet.DelegatableAssignmentsDataTable | Represents information about delegatable assignments that is contained in one or more DelegationDataSet.DelegatableAssignmentsRow objects. | |
DelegationDataSet.DelegatableAssignmentsRow | Specifies one row of assignment data. | |
DelegationDataSet.DelegatableAssignmentsRowChangeEvent | Event that occurs when data in a DelegatableAssignmentsRow is changed. | |
DelegationDataSet.TeamMembersDataTable | Represents information about team members who are associated with delegatable tasks, that is contained in one or more DelegationDataSet.TeamMembersRow objects. | |
DelegationDataSet.TeamMembersRow | Represents information about team members who are associated with delegatable tasks, as a row in the DelegationDataSet.TeamMembersDataTable object. | |
DelegationDataSet.TeamMembersRowChangeEvent | Event that occurs when data in a TeamMembersRow is changed. | |
ImportTimesheetDataSet | Represents information about imported timesheets in ImportTimesheetDataSet.LinesDataTable objects and ImportTimesheetDataSet.LinesRow objects. | |
ImportTimesheetDataSet.LinesDataTable | Represents information about imported timesheets that is contained in one or more ImportTimesheetDataSet.LinesRow objects. | |
ImportTimesheetDataSet.LinesRow | Represents imported timesheet lines information as a row in the ImportTimesheetDataSet.LinesDataTable object. | |
ImportTimesheetDataSet.LinesRowChangeEvent | Event that occurs when data in a LinesRow is changed. | |
ProjectDataSet | Represents project status information. | |
ProjectDataSet.AssignmentCustomFieldsDataTable | Represents information about project status custom fields that is contained in one or more ProjectDataSet.AssignmentCustomFieldsRow objects. | |
ProjectDataSet.AssignmentCustomFieldsRow | Represents a custom field value for a specific ProjectDataSet.AssignmentRow row. | |
ProjectDataSet.AssignmentCustomFieldsRowChangeEvent | Event that occurs when data in a AssignmentCustomFieldsRow is changed. | |
ProjectDataSet.AssignmentDataTable | Represents information about project assignment status that is contained in one or more ProjectDataSet.AssignmentRow objects. | |
ProjectDataSet.AssignmentRow | Represents the relationship between a single resource and a single task within a project. | |
ProjectDataSet.AssignmentRowChangeEvent | Event that occurs when data in an AssignmentRow is changed. | |
ProjectDataSet.DependencyDataTable | Represents information about project dependency status that is contained in one or more ProjectDataSet.DependencyRow objects. | |
ProjectDataSet.DependencyRow | Represents the dependency relationship between one task and another. | |
ProjectDataSet.DependencyRowChangeEvent | Event that occurs when data in a DependencyRow is changed. | |
ProjectDataSet.ProjectCustomFieldsDataTable | Represents information about project custom fields that is contained in one or more ProjectDataSet.ProjectCustomFieldsRow objects. | |
ProjectDataSet.ProjectCustomFieldsRow | Represents a custom field value for a specific ProjectDataSet.ProjectRow row. | |
ProjectDataSet.ProjectCustomFieldsRowChangeEvent | Event that occurs when data in a ProjectCustomFieldsRow is changed. | |
ProjectDataSet.ProjectDataTable | Represents information about project status that is contained in one or more ProjectDataSet.ProjectRow objects. | |
ProjectDataSet.ProjectResourceCustomFieldsDataTable | Represents information about resource custom fields that is contained in one or more ProjectDataSet.ProjectResourceCustomFieldsRow objects. | |
ProjectDataSet.ProjectResourceCustomFieldsRow | Represents a custom field value that is related to a particular ProjectDataSet.ProjectResourceRow object. | |
ProjectDataSet.ProjectResourceCustomFieldsRowChangeEvent | Event that occurs when data in a ProjectResourceCustomFieldsRow is changed. | |
ProjectDataSet.ProjectResourceDataTable | Represents information about project resource status that is contained in one or more ProjectDataSet.ProjectResourceRow objects. | |
ProjectDataSet.ProjectResourceRow | Represents a local project resource or enterprise resource that can be used on this project. | |
ProjectDataSet.ProjectResourceRowChangeEvent | Event that occurs when data in a ProjectResourceRow is changed. | |
ProjectDataSet.ProjectRow | Contains the properties of one project in a ProjectDataTable row. | |
ProjectDataSet.ProjectRowChangeEvent | Event that occurs when data in a ProjectRow is changed. | |
ProjectDataSet.TaskCustomFieldsDataTable | Represents information about the status of task custom fields that is contained in one or more ProjectDataSet.TaskCustomFieldsRow objects. | |
ProjectDataSet.TaskCustomFieldsRow | Represents a custom field value that is related to a particular ProjectDataSet.TaskRow object. | |
ProjectDataSet.TaskCustomFieldsRowChangeEvent | Event that occurs when data in a TaskCustomFieldsRow is changed. | |
ProjectDataSet.TaskDataTable | Represents information about project task status that is contained in one or more ProjectDataSet.TaskRow objects. | |
ProjectDataSet.TaskRow | Defines the properties, methods, and events of one task in a TaskDataTable. | |
ProjectDataSet.TaskRowChangeEvent | Event that occurs when data in a TaskRow is changed. | |
ScheduleDataSet | Represents information about project schedule status. | |
ScheduleDataSet.ScheduleDataTable | Represents information about project schedule status that is contained in one or more ScheduleDataSet.ScheduleRow objects. | |
ScheduleDataSet.ScheduleRow | Represents project schedule status information as a row in the ScheduleDataSet.ScheduleDataTable object. | |
ScheduleDataSet.ScheduleRowChangeEvent | Event that occurs when data in a ScheduleRow is changed. | |
StatusApprovalDataSet | Represents approval status information in StatusApprovalDataSet.StatusApprovalsDataTable objects and StatusApprovalDataSet.StatusApprovalsRow objects. | |
StatusApprovalDataSet.StatusApprovalsDataTable | Represents information about project approval status that is contained in one or more StatusApprovalDataSet.StatusApprovalsRow objects. | |
StatusApprovalDataSet.StatusApprovalsRow | Specifies a row of status approval information. | |
StatusApprovalDataSet.StatusApprovalsRowChangeEvent | Event that occurs when data in a StatusApprovalsRow is changed. | |
StatusApprovalTransactionDetailsDataSet | Represents information about status approval transaction details in StatusApprovalTransactionDetailsDataSet.StatusApprovalTransactionDetailsDataTable objects and StatusApprovalTransactionDetailsDataSet.StatusApprovalTransactionDetailsRow objects. | |
StatusApprovalTransactionDetailsDataSet.StatusApprovalTransactionDetailsDataTable | Represents information about status approval transaction details that is contained in one or more StatusApprovalTransactionDetailsDataSet.StatusApprovalTransactionDetailsRow objects. | |
StatusApprovalTransactionDetailsDataSet.StatusApprovalTransactionDetailsRow | Represents approval status transaction details information as a row in the StatusApprovalTransactionDetailsDataSet.StatusApprovalTransactionDetailsDataTable object. | |
StatusApprovalTransactionDetailsDataSet.StatusApprovalTransactionDetailsRowChangeEvent | Event that occurs when data in a StatusApprovalTransactionDetailsRow is changed. | |
Statusing | Includes methods for managing status updates and assignments in Project Server. | |
StatusingAssignmentDependenciesDataSet | Represents status information about assignment dependencies in StatusingAssignmentDependenciesDataSet.PreDependenciesDataTable objects and StatusingAssignmentDependenciesDataSet.PostDependenciesDataTable objects and their associated row classes. | |
StatusingAssignmentDependenciesDataSet.PostDependenciesDataTable | Represents status information about assignment post-dependencies that is contained in one or more StatusingAssignmentDependenciesDataSet.PostDependenciesRow objects. | |
StatusingAssignmentDependenciesDataSet.PostDependenciesRow | Represents status information about assignment post-dependencies as a row in the StatusingAssignmentDependenciesDataSet.PostDependenciesDataTable object. | |
StatusingAssignmentDependenciesDataSet.PostDependenciesRowChangeEvent | Event that occurs when data in a PostDependenciesRow is changed. | |
StatusingAssignmentDependenciesDataSet.PreDependenciesDataTable | Represents status information about assignment pre-dependencies that is contained in one or more StatusingAssignmentDependenciesDataSet.PreDependenciesRow objects. | |
StatusingAssignmentDependenciesDataSet.PreDependenciesRow | Represents status information about assignment pre-dependencies as a row in the StatusingAssignmentDependenciesDataSet.PreDependenciesDataTable object. | |
StatusingAssignmentDependenciesDataSet.PreDependenciesRowChangeEvent | Event that occurs when data in a PreDependenciesRow is changed. | |
StatusingAssignmentsDataSet | Represents status information about assignments. | |
StatusingAssignmentsDataSet.AssignmentsDataTable | Represents status information about assignments that is contained in one or more StatusingAssignmentsDataSet.AssignmentsRow objects. | |
StatusingAssignmentsDataSet.AssignmentsRow | Specifies one row of assignment data. | |
StatusingAssignmentsDataSet.AssignmentsRowChangeEvent | Event that occurs when data in an AssignmentsRow is changed. | |
StatusingDataSet | Represents project status information; its properties return data table objects that represent more detailed status information. | |
StatusingDataSet.AssignmentsDataTable | Represents information about assignments status that is contained in one or more StatusingDataSet.AssignmentsRow objects. | |
StatusingDataSet.AssignmentsRow | Specifies one row of assignment data. | |
StatusingDataSet.AssignmentsRowChangeEvent | Event that occurs when data in a AssignmentsRow is changed. | |
StatusingDataSet.AssnCustomFieldsDataTable | Represents status information about assignment custom fields that is contained in one or more StatusingDataSet.AssnCustomFieldsRow objects. | |
StatusingDataSet.AssnCustomFieldsRow | Specifies one row of custom field data that is associated with the status of assignments. | |
StatusingDataSet.AssnCustomFieldsRowChangeEvent | Event that occurs when data in a AssnCustomFieldsRow is changed. | |
StatusingDataSet.CalendarsDataTable | Represents status information about calendars that is contained in one or more StatusingDataSet.CalendarsRow objects. | |
StatusingDataSet.CalendarsRow | Contains information about one enterprise calendar in the StatusingDataSet.CalendarsDataTable object. | |
StatusingDataSet.CalendarsRowChangeEvent | Event that occurs when data in a CalendarsRow is changed. | |
StatusingDataSet.EnterpriseCustomFieldAccessInfoDataTable | Represents status information about enterprise custom field access that is contained in one or more StatusingDataSet.EnterpriseCustomFieldAccessInfoRow objects. | |
StatusingDataSet.EnterpriseCustomFieldAccessInfoRow | Not used in Project Server 2013. Represents status information about enterprise custom field access as a row in the StatusingDataSet.EnterpriseCustomFieldAccessInfoDataTable object. | |
StatusingDataSet.EnterpriseCustomFieldAccessInfoRowChangeEvent | Event that occurs when data in a EnterpriseCustomFieldAccessInfoRow is changed. | |
StatusingDataSet.EnterpriseCustomFieldMetadataDataTable | Represents status information about enterprise custom field metadata that is contained in one or more StatusingDataSet.EnterpriseCustomFieldMetadataRow objects. | |
StatusingDataSet.EnterpriseCustomFieldMetadataRow | Specifies one row of statusing data for an enterprise custom field. | |
StatusingDataSet.EnterpriseCustomFieldMetadataRowChangeEvent | Event that occurs when data in a EnterpriseCustomFieldMetadataRow is changed. | |
StatusingDataSet.EnterpriseLookupTableFullValuesDataTable | Represents status information about enterprise lookup values that is contained in one or more StatusingDataSet.EnterpriseLookupTableFullValuesRow objects. | |
StatusingDataSet.EnterpriseLookupTableFullValuesRow | Represents status information about enterprise lookup values as a row in the StatusingDataSet.EnterpriseLookupTableFullValuesDataTable object. | |
StatusingDataSet.EnterpriseLookupTableFullValuesRowChangeEvent | Event that occurs when data in an EnterpriseLookupTableFullValuesRow is changed. | |
StatusingDataSet.GroupedFieldAccessInfoDataTable | Not used in Project Server 2013. Represents status information about grouped field access that is contained in one or more StatusingDataSet.GroupedFieldAccessInfoRow objects. | |
StatusingDataSet.GroupedFieldAccessInfoRow | Not used in Project Server 2013. Represents status information about grouped field access as a row in the StatusingDataSet.GroupedFieldAccessInfoDataTable object. | |
StatusingDataSet.GroupedFieldAccessInfoRowChangeEvent | Event that occurs when data in a GroupedFieldAccessInfoRow is changed. | |
StatusingDataSet.LocalBaseCalendarsDataTable | Represents status information about local base calendars that is contained in one or more StatusingDataSet.LocalBaseCalendarsRow objects. | |
StatusingDataSet.LocalBaseCalendarsRow | Contains information about one local base calendar in the StatusingDataSet.LocalBaseCalendarsDataTable object. | |
StatusingDataSet.LocalBaseCalendarsRowChangeEvent | Event that occurs when data in a LocalBaseCalendarsRow is changed. | |
StatusingDataSet.LocalCustomFieldMetadataDataTable | Represents status information about local custom field metatdata that is contained in one or more StatusingDataSet.LocalCustomFieldMetadataRow objects. | |
StatusingDataSet.LocalCustomFieldMetadataRow | Represents one row of statusing data for a local custom field. | |
StatusingDataSet.LocalCustomFieldMetadataRowChangeEvent | Event that occurs when data in a LocalCustomFieldMetadataRow is changed. | |
StatusingDataSet.LocalLookupTableFullValuesDataTable | Represents status information about local lookup values that is contained in one or more StatusingDataSet.LocalLookupTableFullValuesRow objects. | |
StatusingDataSet.LocalLookupTableFullValuesRow | Represents status information about local lookup values as a row in the StatusingDataSet.LocalLookupTableFullValuesDataTable object. | |
StatusingDataSet.LocalLookupTableFullValuesRowChangeEvent | Event that occurs when data in a LocalLookupTableFullValuesRow is changed. | |
StatusingDataSet.ProjectsDataTable | Represents status information about projects that is contained in one or more StatusingDataSet.ProjectsRow objects. | |
StatusingDataSet.ProjectsRow | Contains information for one project in the ProjectsDataTable. | |
StatusingDataSet.ProjectsRowChangeEvent | Event that occurs when data in a ProjectsRow is changed. | |
StatusingDataSet.ResourceCustomFieldsDataTable | Represents status information about resource custom fields that is contained in one or more StatusingDataSet.ResourceCustomFieldsRow objects. | |
StatusingDataSet.ResourceCustomFieldsRow | Specifies one row of status information for a resource custom field. | |
StatusingDataSet.ResourceCustomFieldsRowChangeEvent | Event that occurs when data in a ResourceCustomFieldsRow is changed. | |
StatusingDataSet.ResourcesDataTable | Represents status information about resources that is contained in one or more StatusingDataSet.ResourcesRow objects. | |
StatusingDataSet.ResourcesRow | Specifies one row of resource data. | |
StatusingDataSet.ResourcesRowChangeEvent | Event that occurs when data in a ResourcesRow is changed. | |
StatusingDataSet.TaskCustomFieldsDataTable | Represents status information about task custom fields that is contained in one or more StatusingDataSet.TaskCustomFieldsRow objects. | |
StatusingDataSet.TaskCustomFieldsRow | Specifies a single row of custom field data that relates to task status. | |
StatusingDataSet.TaskCustomFieldsRowChangeEvent | Event that occurs when data in a TaskCustomFieldsRow is changed. | |
StatusingDataSet.TasksDataTable | Represents status information about tasks that is contained in one or more StatusingDataSet.TasksRow objects. | |
StatusingDataSet.TasksRow | Specifies one row of task status data. | |
StatusingDataSet.TasksRowChangeEvent | Event that occurs when data in a TasksRow is changed. | |
StatusingTimephasedActualsDataSet | Represents actual timephase status information; its properties return data table objects that represent more detailed status information. | |
StatusingTimephasedActualsDataSet.AssignmentTimephasedDataDataTable | Represents status information about timephased assignments that is contained in one or more StatusingTimephasedActualsDataSet.AssignmentTimephasedDataRow objects. | |
StatusingTimephasedActualsDataSet.AssignmentTimephasedDataRow | Represents status information about timephased assignments as a row in the StatusingTimephasedActualsDataSet.AssignmentTimephasedDataDataTable object. | |
StatusingTimephasedActualsDataSet.AssignmentTimephasedDataRowChangeEvent | Event that occurs when data in a AssignmentTimephasedDataRow is changed. | |
StatusTransactionDataSet | Represents transaction status information; its properties return data table objects that represent more detailed status information. | |
StatusTransactionDataSet.StatusTransactionsDataTable | Represents status information about transactions that is contained in one or more StatusTransactionDataSet.StatusTransactionsRow objects. | |
StatusTransactionDataSet.StatusTransactionsRow | Specifies one row of status transaction data. | |
StatusTransactionDataSet.StatusTransactionsRowChangeEvent | Event that occurs when data in a StatusTransactionsRow is changed. | |
SummaryTaskPathDataSet | Represents summary task path status information; its properties return data table objects that represent more detailed status information. | |
SummaryTaskPathDataSet.SummaryTaskPathDataTable | Represents status information about summary task paths that is contained in one or more SummaryTaskPathDataSet.SummaryTaskPathRow objects. | |
SummaryTaskPathDataSet.SummaryTaskPathRow | Represents status information about summary task paths as a row in the SummaryTaskPathDataSet.SummaryTaskPathDataTable object. | |
SummaryTaskPathDataSet.SummaryTaskPathRowChangeEvent | Event that occurs when data in a SummaryTaskPathRow is changed. |
Delegates
Delegate | Description | |
---|---|---|
AssnHistoryDataSet.CustomFieldsRowChangeEventHandler | Describes event handler settings for when data associated with a AssnHistoryDataSet.CustomFieldsRow is edited and an event should be triggered. | |
AssnHistoryDataSet.HistoryRowChangeEventHandler | Describes event handler settings for when data associated with a AssnHistoryDataSet.HistoryRow is edited and an event should be triggered. | |
DelegationDataSet.DelegatableAssignmentsRowChangeEventHandler | Describes event handler settings for when data associated with a DelegationDataSet.DelegatableAssignmentsRow is edited and an event should be triggered. | |
DelegationDataSet.TeamMembersRowChangeEventHandler | Describes event handler settings for when data associated with a DelegationDataSet.TeamMembersRow is edited and an event should be triggered. | |
ImportTimesheetDataSet.LinesRowChangeEventHandler | Describes event handler settings for when data associated with a ImportTimesheetDataSet.LinesRow is edited and an event should be triggered. | |
ProjectDataSet.AssignmentCustomFieldsRowChangeEventHandler | Describes event handler settings for when data associated with a ProjectDataSet.AssignmentCustomFieldsRow is edited and an event should be triggered. | |
ProjectDataSet.AssignmentRowChangeEventHandler | Describes event handler settings for when data associated with a ProjectDataSet.AssignmentRow is edited and an event should be triggered. | |
ProjectDataSet.DependencyRowChangeEventHandler | Describes event handler settings for when data associated with a ProjectDataSet.DependencyRow is edited and an event should be triggered. | |
ProjectDataSet.ProjectCustomFieldsRowChangeEventHandler | Describes event handler settings for when data associated with a ProjectDataSet.ProjectCustomFieldsRow is edited and an event should be triggered. | |
ProjectDataSet.ProjectResourceCustomFieldsRowChangeEventHandler | Describes event handler settings for when data associated with a ProjectDataSet.ProjectResourceCustomFieldsRow is edited and an event should be triggered. | |
ProjectDataSet.ProjectResourceRowChangeEventHandler | Describes event handler settings for when data associated with a ProjectDataSet.ProjectResourceRow is edited and an event should be triggered. | |
ProjectDataSet.ProjectRowChangeEventHandler | Describes event handler settings for when data associated with a ProjectDataSet.ProjectRow is edited and an event should be triggered. | |
ProjectDataSet.TaskCustomFieldsRowChangeEventHandler | Describes event handler settings for when data associated with a ProjectDataSet.TaskCustomFieldsRow is edited and an event should be triggered. | |
ProjectDataSet.TaskRowChangeEventHandler | Describes event handler settings for when data associated with a ProjectDataSet.TaskRow is edited and an event should be triggered. | |
ScheduleDataSet.ScheduleRowChangeEventHandler | Describes event handler settings for when data associated with a ScheduleDataSet.ScheduleRow is edited and an event should be triggered. | |
StatusApprovalDataSet.StatusApprovalsRowChangeEventHandler | Describes event handler settings for when data associated with a StatusApprovalDataSet.StatusApprovalsRow is edited and an event should be triggered. | |
StatusApprovalTransactionDetailsDataSet.StatusApprovalTransactionDetailsRowChangeEventHandler | Describes event handler settings for when data associated with a StatusApprovalTransactionDetailsDataSet.StatusApprovalTransactionDetailsRow is edited and an event should be triggered. | |
StatusingAssignmentDependenciesDataSet.PostDependenciesRowChangeEventHandler | Describes event handler settings for when data associated with a StatusingAssignmentDependenciesDataSet.PostDependenciesRow is edited and an event should be triggered. | |
StatusingAssignmentDependenciesDataSet.PreDependenciesRowChangeEventHandler | Describes event handler settings for when data associated with a StatusingAssignmentDependenciesDataSet.PreDependenciesRow is edited and an event should be triggered. | |
StatusingAssignmentsDataSet.AssignmentsRowChangeEventHandler | Describes event handler settings for when data associated with a StatusingAssignmentsDataSet.AssignmentsRow is edited and an event should be triggered. | |
StatusingDataSet.AssignmentsRowChangeEventHandler | Describes event handler settings for when data associated with a StatusingDataSet.AssignmentsRow is edited and an event should be triggered. | |
StatusingDataSet.AssnCustomFieldsRowChangeEventHandler | Describes event handler settings for when data associated with aStatusingDataSet.AssnCustomFieldsRow is edited and an event should be triggered. | |
StatusingDataSet.CalendarsRowChangeEventHandler | Describes event handler settings for when data associated with a StatusingDataSet.CalendarsRow is edited and an event should be triggered. | |
StatusingDataSet.EnterpriseCustomFieldAccessInfoRowChangeEventHandler | Describes event handler settings for when data associated with a StatusingDataSet.EnterpriseCustomFieldAccessInfoRow is edited and an event should be triggered. | |
StatusingDataSet.EnterpriseCustomFieldMetadataRowChangeEventHandler | Describes event handler settings for when data associated with a StatusingDataSet.EnterpriseCustomFieldMetadataRow is edited and an event should be triggered. | |
StatusingDataSet.EnterpriseLookupTableFullValuesRowChangeEventHandler | Describes event handler settings for when data associated with a StatusingDataSet.EnterpriseLookupTableFullValuesRow is edited and an event should be triggered. | |
StatusingDataSet.GroupedFieldAccessInfoRowChangeEventHandler | Describes event handler settings for when data associated with a StatusingDataSet.GroupedFieldAccessInfoRow is edited and an event should be triggered. | |
StatusingDataSet.LocalBaseCalendarsRowChangeEventHandler | Describes event handler settings for when data associated with a StatusingDataSet.LocalBaseCalendarsRow is edited and an event should be triggered. | |
StatusingDataSet.LocalCustomFieldMetadataRowChangeEventHandler | Describes event handler settings for when data associated with a StatusingDataSet.LocalCustomFieldMetadataRow is edited and an event should be triggered. | |
StatusingDataSet.LocalLookupTableFullValuesRowChangeEventHandler | Describes event handler settings for when data associated with a StatusingDataSet.LocalLookupTableFullValuesRow is edited and an event should be triggered. | |
StatusingDataSet.ProjectsRowChangeEventHandler | Describes event handler settings for when data associated with a StatusingDataSet.ProjectsRow is edited and an event should be triggered. | |
StatusingDataSet.ResourceCustomFieldsRowChangeEventHandler | Describes event handler settings for when data associated with a StatusingDataSet.ResourceCustomFieldsRow is edited and an event should be triggered. | |
StatusingDataSet.ResourcesRowChangeEventHandler | Describes event handler settings for when data associated with a StatusingDataSet.ResourcesRow is edited and an event should be triggered. | |
StatusingDataSet.TaskCustomFieldsRowChangeEventHandler | Describes event handler settings for when data associated with a StatusingDataSet.TaskCustomFieldsRow is edited and an event should be triggered. | |
StatusingDataSet.TasksRowChangeEventHandler | Describes event handler settings for when data associated with a StatusingDataSet.TasksRow is edited and an event should be triggered. | |
StatusingTimephasedActualsDataSet.AssignmentTimephasedDataRowChangeEventHandler | Describes event handler settings for when data associated with a StatusingTimephasedActualsDataSet.AssignmentTimephasedDataRow is edited and an event should be triggered. | |
StatusTransactionDataSet.StatusTransactionsRowChangeEventHandler | Describes event handler settings for when data associated with a StatusTransactionDataSet.StatusTransactionsRow is edited and an event should be triggered. | |
SummaryTaskPathDataSet.SummaryTaskPathRowChangeEventHandler | Describes event handler settings for when data associated with a SummaryTaskPathDataSet.SummaryTaskPathRow is edited and an event should be triggered. |
Enumerations
Enumeration | Description | |
---|---|---|
AssnHistoryItemType | Specifies the assignment history item type. | |
DelegationFilterType | Selects assignments that can be delegated. |