Click or drag to resize

IThirdAddressComplexEntityMember Interface

Address ComplexEntityMember for thirds

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Entities.Third
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface IThirdAddressComplexEntityMember : IThirdPartyAddressComplexEntityMember, 
	IAddressComplexEntityMemberBase, IComplexEntityMember, IDisposable, IEquatable<IProxy>

The IThirdAddressComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyAddress1

Gets or sets the first part of address

(Adresse 1)

(Inherited from IAddressComplexEntityMemberBase.)
Public propertyAddress1Member

Gets the first part of address

(Adresse 1)

(Inherited from IAddressComplexEntityMemberBase.)
Public propertyAddress2

Gets or sets the second part of address

(Adresse 2)

(Inherited from IAddressComplexEntityMemberBase.)
Public propertyAddress2Member

Gets the second part of address

(Adresse 2)

(Inherited from IAddressComplexEntityMemberBase.)
Public propertyAddress3

Gets or sets the third part of address

(Adresse 3)

(Inherited from IAddressComplexEntityMemberBase.)
Public propertyAddress3Member

Gets the third part of address

(Adresse 3)

(Inherited from IAddressComplexEntityMemberBase.)
Public propertyAddress4

Gets or sets the last part of address

(Adresse 4)

(Inherited from IAddressComplexEntityMemberBase.)
Public propertyAddress4Member

Gets the last part of address

(Adresse 4)

(Inherited from IAddressComplexEntityMemberBase.)
Public propertyCity

Gets or sets the city

(Ville)

(Inherited from IAddressComplexEntityMemberBase.)
Public propertyCityMember

Gets the city

(Ville)

(Inherited from IAddressComplexEntityMemberBase.)
Public propertyCivility

ThirdParty civility

(Civilité (adresse) (facturation))

(Inherited from IThirdPartyAddressComplexEntityMember.)
Public propertyCivilityMember

ThirdParty civility

(Civilité (adresse) (facturation))

(Inherited from IThirdPartyAddressComplexEntityMember.)
Public propertyCountryIsoCode
Gets or sets the country ISO code
Public propertyCountryIsoCodeMember
Gets the country ISO code
Public propertyDescription

Address description

(Description (facturation))

(Inherited from IThirdPartyAddressComplexEntityMember.)
Public propertyDescriptionMember

Address description

(Description (facturation))

(Inherited from IThirdPartyAddressComplexEntityMember.)
Public propertyEntity
The owner entity
(Inherited from IComplexEntityMember.)
Public propertyLatitude
Gets or sets the latitude
Public propertyLatitudeMember
Gets the latitude
Public propertyLongitude
Gets or sets the longitude
Public propertyLongitudeMember
Gets the longitude
Public propertyNpai

Specified address is invalid

(NPAI (facturation))

(Inherited from IThirdPartyAddressComplexEntityMember.)
Public propertyNpaiMember

Specified address is invalid

(NPAI (facturation))

(Inherited from IThirdPartyAddressComplexEntityMember.)
Public propertyState

Gets or sets the state

(Département)

(Inherited from IAddressComplexEntityMemberBase.)
Public propertyStateMember

Gets the state

(Département)

(Inherited from IAddressComplexEntityMemberBase.)
Public propertyThirdPartyName

ThirdParty name

(Nom (adresse) (facturation))

(Inherited from IThirdPartyAddressComplexEntityMember.)
Public propertyThirdPartyNameMember

ThirdParty name

(Nom (adresse) (facturation))

(Inherited from IThirdPartyAddressComplexEntityMember.)
Public propertyUserMadeDescription
Gets or sets wether description has been customized by user avoid to clear description even if address is empty
(Inherited from IThirdPartyAddressComplexEntityMember.)
Public propertyUserMadeDescriptionMember
Get wether description has been customized by user avoid to clear description even if address is empty
(Inherited from IThirdPartyAddressComplexEntityMember.)
Public propertyWebSite

Web site

(Site Web (facturation))

(Inherited from IThirdPartyAddressComplexEntityMember.)
Public propertyWebSiteMember

Web site

(Site Web (facturation))

(Inherited from IThirdPartyAddressComplexEntityMember.)
Public propertyZipCode

Gets or sets the zip code

(Code postal)

(Inherited from IAddressComplexEntityMemberBase.)
Public propertyZipCodeMember

Gets the zip code

(Code postal)

(Inherited from IAddressComplexEntityMemberBase.)
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also