Driver 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.
Provides methods that manage business drivers for analysis of project priorities and strategic business rule definitions.
public ref class Driver : System::Web::Services::Protocols::SoapHttpClientProtocol
[System.Web.Services.WebServiceBinding(Name="DriverSoap", Namespace="http://schemas.microsoft.com/office/project/server/webservices/Driver/")]
public class Driver : System.Web.Services.Protocols.SoapHttpClientProtocol
type Driver = class
inherit SoapHttpClientProtocol
Public Class Driver
Inherits SoapHttpClientProtocol
- Inheritance
-
Driver
- Attributes
Constructors
| Driver() |
Creates a Driver object from the ASMX-based Driver web service. |
Methods
| CreateDriver(DriverDataSet) |
Creates a business strategy driver that can be associated with departments and project impacts. |
| CreatePrioritization(DriverPrioritizationDataSet) |
Sets a priority level (None, Low, Moderate, or Strong) for a business strategy driver and project impacts. |
| DeleteDrivers(Guid[]) |
Deletes one or more business strategy drivers. |
| DeletePrioritizations(Guid[]) |
Deletes one or more prioritizations for a business strategy driver. |
| ReadDriver(Guid) |
Reads the data for the specified business strategy driver. |
| ReadDriverList() |
Retrieves a list of business strategy drivers. |
| ReadPrioritization(Guid) |
Retrieves information about the business strategy driver prioritization. |
| ReadPrioritizationList() |
Reads the list of prioritizations for business strategy drivers. |
| UpdateDriver(DriverDataSet) |
Updates a business strategy driver. |
| UpdatePrioritization(DriverPrioritizationDataSet) |
Updates the priorities that are associated with a specific business strategy driver. |