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