ServiceReturns
ParticipantContentPlaceholderUpdateableServiceReturnModel Complex Type
ServiceReturns : ParticipantContentPlaceholderUpdateableServiceReturnModel Complex Type
Namespace http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.ServiceReturns
Diagram
TimeZoneUtcOffset Element ProcessingTime Element Value Element Name Element ParticipantID Element ID Element Sequence ParticipantContentPlaceholderUpdateModel Element Sequence UpdateableParticipantContentPlaceholders Element Message Element IsSuccessful Element Sequence ParticipantContentPlaceholderUpdateableServiceReturnModel Complex Type
Overview
Sequence
IsSuccessful optional xs:boolean
Message optional xs:string
Sequence
Sequence
ID optional xs:int
ParticipantID optional xs:int
Name optional xs:string
Value optional xs:string
ProcessingTime optional xs:string
TimeZoneUtcOffset optional xs:double
Used By
GetParticipantContentPlaceholdersUpdateableResult Element
ParticipantContentPlaceholderUpdateableServiceReturnModel Element
Source
<xs:complexType name="ParticipantContentPlaceholderUpdateableServiceReturnModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="IsSuccessful" type="xs:boolean" />
    <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="UpdateableParticipantContentPlaceholders" nillable="true" type="q10:ArrayOfParticipantContentPlaceholderUpdateModel" xmlns:q10="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.Participant" />
    <xs:element minOccurs="0" name="ProcessingTime" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="TimeZoneUtcOffset" type="xs:double" />
  </xs:sequence>
</xs:complexType>
See Also
ServiceReturns