Compartilhar via


WorkflowDataSet.WorkflowStageDataTable classe

Representa informações sobre estágios de fluxo de trabalho que estão contidas em um ou mais objetos WorkflowDataSet.WorkflowStageRow .

Inheritance hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Data.DataTable
      WebSvcWorkflow.WorkflowDataSet.WorkflowStageDataTable

Namespace:  WebSvcWorkflow
Assembly:  ProjectServerServices (em ProjectServerServices.dll)

Sintaxe

'Declaração
<SerializableAttribute> _
Public Class WorkflowStageDataTable _
    Inherits DataTable _
    Implements IEnumerable
'Uso
Dim instance As WorkflowDataSet.WorkflowStageDataTable
[SerializableAttribute]
public class WorkflowStageDataTable : DataTable, 
    IEnumerable

Segurança de thread

Os membros públicos estática (Shared no Visual Basic) desse tipo são seguros para thread. Nenhum membro de instância pode ser garantido como seguro para thread.

Ver também

Referência

WorkflowDataSet.WorkflowStageDataTable membros

WebSvcWorkflow namespace