http://retail3000.net/Retail3000Webservice/WebserviceSecurityComponents
AccessResult Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceSecurityComponents : AccessResult Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceSecurityComponents
Diagram
PermissionResult Element Sequence Permissions Element IsGetAllowed Element IsCompanyUpdateAllowed Element IsCompanyDeleteAllowed Element IsDerivedDeleteAllowed Element IsOrganizationUpdateAllowed Element IsOrganizationDeleteAllowed Element IsAddAllowed Element Sequence TablePermissions Element AccessGranted Element ResultMessage Element IsValidLicense Element Sequence AccessResult Complex Type
Overview
Sequence
IsValidLicense xs:boolean
ResultMessage optional xs:string
AccessGranted xs:boolean
Sequence
IsAddAllowed xs:boolean
IsGetAllowed xs:boolean
Sequence
Sequence
Permission optional xs:string
Granted xs:boolean
Reason optional xs:string
Used By
EvaluateAccessRequirementsResult Element
Source
<xs:complexType name="AccessResult" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="1" maxOccurs="1" name="IsValidLicense" type="xs:boolean" />
    <xs:element minOccurs="0" maxOccurs="1" name="ResultMessage" type="xs:string" />
    <xs:element minOccurs="1" maxOccurs="1" name="AccessGranted" type="xs:boolean" />
    <xs:element minOccurs="0" maxOccurs="1" name="TablePermissions" type="tns:TablePermissionInfo" />
  </xs:sequence>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceSecurityComponents