User
UserUpdateableRequestModel Complex Type
User : UserUpdateableRequestModel Complex Type
Namespace http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.User
Diagram
ResultsCountStart Element ResultsCountLimit Element EnableLogging Element ControlPanelAuthorityType Element SigningAuthorityType Element IsExpired Element IsLockedOut Element string Element Sequence EmailAddresses Element string Element Sequence Usernames Element int Element Sequence IDs Element string Element Sequence ProntoIDs Element Sequence UserUpdateableRequestModel Complex Type
Overview
Sequence
Sequence
string 0..∞ xs:string
Sequence
int 0..∞ xs:int
Sequence
string 0..∞ xs:string
Sequence
string 0..∞ xs:string
IsLockedOut optional xs:boolean
IsExpired optional xs:boolean
EnableLogging optional xs:boolean
ResultsCountLimit optional xs:int
ResultsCountStart optional xs:int
Used By
userUpdateableRequestModel Element
UserUpdateableRequestModel Element
Source
<xs:complexType name="UserUpdateableRequestModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="ProntoIDs" nillable="true" type="q11:ArrayOfstring" xmlns:q11="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
    <xs:element minOccurs="0" name="IDs" nillable="true" type="q12:ArrayOfint" xmlns:q12="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
    <xs:element minOccurs="0" name="Usernames" nillable="true" type="q13:ArrayOfstring" xmlns:q13="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
    <xs:element minOccurs="0" name="EmailAddresses" nillable="true" type="q14:ArrayOfstring" xmlns:q14="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
    <xs:element minOccurs="0" name="IsLockedOut" nillable="true" type="xs:boolean" />
    <xs:element minOccurs="0" name="IsExpired" nillable="true" type="xs:boolean" />
    <xs:element minOccurs="0" name="SigningAuthorityType" nillable="true" type="q15:Option.UserProcessAuthorityTypes" xmlns:q15="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts" />
    <xs:element minOccurs="0" name="ControlPanelAuthorityType" nillable="true" type="q16:Option.UserControlPanelAuthorityTypes" xmlns:q16="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts" />
    <xs:element minOccurs="0" name="EnableLogging" type="xs:boolean" />
    <xs:element minOccurs="0" name="ResultsCountLimit" nillable="true" type="xs:int" />
    <xs:element minOccurs="0" name="ResultsCountStart" nillable="true" type="xs:int" />
  </xs:sequence>
</xs:complexType>
See Also
User