DriverPrioritizationDataSet.DriverRelationsRow class

Contains driver relationship information for comparing and prioritizing two drivers.

Inheritance hierarchy

System.Object
  System.Data.DataRow
    WebSvcDriver.DriverPrioritizationDataSet.DriverRelationsRow

Namespace:  WebSvcDriver
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Class DriverRelationsRow _
    Inherits DataRow
'Usage
Dim instance As DriverPrioritizationDataSet.DriverRelationsRow
public class DriverRelationsRow : DataRow

Remarks

Represents one row from the DriverPrioritizationDataSet.DriverRelationsDataTable table.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

DriverPrioritizationDataSet.DriverRelationsRow members

WebSvcDriver namespace