http://retail3000.net/Retail3000Webservice/WebserviceSettingComponents
ViewSettingInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceSettingComponents : ViewSettingInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceSettingComponents
Base Type
Extension of SettingInfo Complex Type
Diagram
IsUserAllowed Element IsStoreAllowed Element IsCompanyAllowed Element IsOrganizationAllowed Element IsGlobalAllowed Element LocalizedName Element SettingName Element SettingLevel Element IsEditable Element IsAllowOverride Element Value Element UserId Element StoreId Element SettingId Element OrganizationId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence ViewSettingValueInfo Element Sequence SettingValues Element Information Element ValueType Element Name Element Type Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence ViewSettingInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
Name optional xs:string
Information optional xs:string
Sequence
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
SettingId xs:int
StoreId xs:int
UserId xs:int
Value optional xs:string
IsAllowOverride xs:boolean
IsEditable xs:boolean
SettingName optional xs:string
LocalizedName optional xs:string
IsGlobalAllowed xs:boolean
IsCompanyAllowed xs:boolean
IsStoreAllowed xs:boolean
IsUserAllowed xs:boolean
Used By
NewViewSettingInfoResult Element
GetSingleSettingResult Element
setting Element
GetAppliedRetail3000SettingResult Element
GetAppliedSettingResult Element
GetAppliedSettingByNameResult Element
Source
<xs:complexType name="ViewSettingInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:SettingInfo">
      <xs:sequence>
        <xs:element minOccurs="0" maxOccurs="1" name="SettingValues" type="tns:ArrayOfViewSettingValueInfo" />
        <xs:element minOccurs="0" maxOccurs="1" name="LocalizedName" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="IsGlobalAllowed" type="xs:boolean" />
        <xs:element minOccurs="1" maxOccurs="1" name="IsOrganizationAllowed" type="xs:boolean" />
        <xs:element minOccurs="1" maxOccurs="1" name="IsCompanyAllowed" type="xs:boolean" />
        <xs:element minOccurs="1" maxOccurs="1" name="IsStoreAllowed" type="xs:boolean" />
        <xs:element minOccurs="1" maxOccurs="1" name="IsUserAllowed" type="xs:boolean" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceSettingComponents