Participant
ParticipantWorkflowActionUpdateModel Complex Type
Participant : ParticipantWorkflowActionUpdateModel Complex Type
Namespace http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.Participant
Diagram
IsCompleted Element ID Element ParticipantID Element Sequence ParticipantWorkflowActionUpdateModel Complex Type
Overview
Sequence
ParticipantID optional xs:int
ID optional xs:int
IsCompleted optional xs:boolean
Used By
ParticipantWorkflowActionUpdateModel Element
WorkflowAction Element
Source
<xs:complexType name="ParticipantWorkflowActionUpdateModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="ParticipantID" type="xs:int" />
    <xs:element minOccurs="0" name="ID" type="xs:int" />
    <xs:element minOccurs="0" name="IsCompleted" type="xs:boolean" />
  </xs:sequence>
</xs:complexType>
See Also
Participant