Participant
ParticipantContentPlaceholderUpdateableRequestModel Complex Type
Participant : ParticipantContentPlaceholderUpdateableRequestModel Complex Type
Namespace http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.Participant
Diagram
EnableLogging Element int Element Sequence ParticipantIDs Element ProntoID Element int Element Sequence IDs Element Sequence ParticipantContentPlaceholderUpdateableRequestModel Complex Type
Overview
Sequence
Sequence
int 0..∞ xs:int
ProntoID optional xs:string
Sequence
int 0..∞ xs:int
EnableLogging optional xs:boolean
Used By
participantContentPlaceholderUpdateableRequest Element
ParticipantContentPlaceholderUpdateableRequestModel Element
Source
<xs:complexType name="ParticipantContentPlaceholderUpdateableRequestModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="IDs" nillable="true" type="q38:ArrayOfint" xmlns:q38="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
    <xs:element minOccurs="0" name="ProntoID" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="ParticipantIDs" nillable="true" type="q39:ArrayOfint" xmlns:q39="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
    <xs:element minOccurs="0" name="EnableLogging" type="xs:boolean" />
  </xs:sequence>
</xs:complexType>
See Also
Participant