http://schemas.datacontract.org/2004/07/SyncMedia.Application.Model.DTOs.Entities
CompanyDTO Complex Type
Namespace http://schemas.datacontract.org/2004/07/SyncMedia.Application.Model.DTOs.Entities
Base Type
Extension of DomainEntityDTO Complex Type
Diagram
Website Element VatNumber Element NickName Element Name Element LanguageCode Element HasLogo Element GLN Element Value Element Format Element Sequence CreationDate Element CountryVat Element ContactEmail Element ZipCode Element StreetAddress2 Element StreetAddress1 Element Longitude Element Latitude Element Sequence GeoLocalization Element CountryAlpha2Code Element City Element Sequence Address Element Id Element Sequence CompanyDTO Complex Type
Overview
Sequence
Id optional http://schemas.microsoft.com/2003/10/Serialization/:guid
Sequence
City optional xs:string
CountryAlpha2Code optional xs:string
Sequence
Latitude optional xs:string
Longitude optional xs:string
StreetAddress1 optional xs:string
StreetAddress2 optional xs:string
ZipCode optional xs:string
ContactEmail optional xs:string
CountryVat optional xs:string
Sequence
Format optional xs:string
Value optional xs:string
GLN optional xs:string
HasLogo optional xs:boolean
LanguageCode optional xs:string
Name optional xs:string
NickName optional xs:string
VatNumber optional xs:string
Website optional xs:string
Used By
CompanyDTO Element
Source
<xs:complexType name="CompanyDTO" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q1="http://schemas.datacontract.org/2004/07/SyncMedia.Core.Application.Model.DTOs.Entities" base="q1:DomainEntityDTO">
      <xs:sequence>
        <xs:element minOccurs="0" name="Address" nillable="true" type="tns:AddressDTO" />
        <xs:element minOccurs="0" name="ContactEmail" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="CountryVat" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="CreationDate" nillable="true" xmlns:q2="http://schemas.datacontract.org/2004/07/SyncMedia.Application.Model.DTOs.Date" type="q2:DateTimeDTO" />
        <xs:element minOccurs="0" name="GLN" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="HasLogo" type="xs:boolean" />
        <xs:element minOccurs="0" name="LanguageCode" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="NickName" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="VatNumber" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="Website" nillable="true" type="xs:string" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://schemas.datacontract.org/2004/07/SyncMedia.Application.Model.DTOs.Entities

 

 


© 2017 All Rights Reserved.

Send comments on this topic.