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