Participant
ParticipantActionDefineParticipantOptionsModel Complex Type
Participant : ParticipantActionDefineParticipantOptionsModel Complex Type
Namespace http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.Participant
Diagram
IsRequired Element IsReadonly Element IsPrepopulated Element CustomLabel Element IsDisplayed Element Sequence PhoneNumber Element IsRequired Element IsReadonly Element IsPrepopulated Element CustomLabel Element IsDisplayed Element Sequence Title Element RoleToUpdate Element IsRequired Element IsReadonly Element IsPrepopulated Element CustomLabel Element IsDisplayed Element Sequence Organization Element IsRequired Element IsReadonly Element IsPrepopulated Element CustomLabel Element IsDisplayed Element Sequence FullName Element IsRequired Element IsReadonly Element IsPrepopulated Element CustomLabel Element IsDisplayed Element Sequence EmailMessage Element IsRequired Element IsReadonly Element IsPrepopulated Element CustomLabel Element IsDisplayed Element Sequence EmailAddress Element CustomFieldLabel Element IsDisplayed Element Sequence Authentication2 Element CustomFieldLabel Element IsDisplayed Element Sequence Authentication Element Sequence ParticipantActionDefineParticipantOptionsModel Complex Type
Overview
Sequence
Sequence
IsDisplayed optional xs:boolean
CustomFieldLabel optional xs:string
Sequence
IsDisplayed optional xs:boolean
CustomFieldLabel optional xs:string
Sequence
IsDisplayed optional xs:boolean
CustomLabel optional xs:string
IsPrepopulated optional xs:boolean
IsReadonly optional xs:boolean
IsRequired optional xs:boolean
Sequence
IsDisplayed optional xs:boolean
CustomLabel optional xs:string
IsPrepopulated optional xs:boolean
IsReadonly optional xs:boolean
IsRequired optional xs:boolean
Sequence
IsDisplayed optional xs:boolean
CustomLabel optional xs:string
IsPrepopulated optional xs:boolean
IsReadonly optional xs:boolean
IsRequired optional xs:boolean
Sequence
IsDisplayed optional xs:boolean
CustomLabel optional xs:string
IsPrepopulated optional xs:boolean
IsReadonly optional xs:boolean
IsRequired optional xs:boolean
RoleToUpdate optional xs:string
Sequence
IsDisplayed optional xs:boolean
CustomLabel optional xs:string
IsPrepopulated optional xs:boolean
IsReadonly optional xs:boolean
IsRequired optional xs:boolean
Sequence
IsDisplayed optional xs:boolean
CustomLabel optional xs:string
IsPrepopulated optional xs:boolean
IsReadonly optional xs:boolean
IsRequired optional xs:boolean
Used By
ParticipantActionDefineParticipantOptionsModel Element
DefineParticipantOptions Element
Source
<xs:complexType name="ParticipantActionDefineParticipantOptionsModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Authentication" nillable="true" type="tns:ParticipantDefinedAuthenticationOptionModel" />
    <xs:element minOccurs="0" name="Authentication2" nillable="true" type="tns:ParticipantDefinedAuthenticationOptionModel" />
    <xs:element minOccurs="0" name="EmailAddress" nillable="true" type="tns:ParticipantDefinedOptionModel" />
    <xs:element minOccurs="0" name="EmailMessage" nillable="true" type="tns:ParticipantDefinedOptionModel" />
    <xs:element minOccurs="0" name="FullName" nillable="true" type="tns:ParticipantDefinedOptionModel" />
    <xs:element minOccurs="0" name="Organization" nillable="true" type="tns:ParticipantDefinedOptionModel" />
    <xs:element minOccurs="0" name="RoleToUpdate" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="Title" nillable="true" type="tns:ParticipantDefinedOptionModel" />
    <xs:element minOccurs="0" name="PhoneNumber" nillable="true" type="tns:ParticipantDefinedOptionModel" />
  </xs:sequence>
</xs:complexType>
See Also
Participant