Click or drag to resize

IReadOnlyCoordinatesAddressComplexEntityMember Interface

The address for coordinates ComplexEntityMember

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Options
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface IReadOnlyCoordinatesAddressComplexEntityMember : IReadOnlyCoordinatesAddressComplexEntityMemberBase, 
	IReadOnlyAddressComplexEntityMemberBase, IReadOnlyComplexEntityMember, IDisposable, IEquatable<IProxy>

The IReadOnlyCoordinatesAddressComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyAddress1
Gets the Address1 member value
(Inherited from IReadOnlyAddressComplexEntityMemberBase.)
Public propertyAddress2
Gets the Address2 member value
(Inherited from IReadOnlyAddressComplexEntityMemberBase.)
Public propertyAddress3
Gets the Address3 member value
(Inherited from IReadOnlyAddressComplexEntityMemberBase.)
Public propertyAddress4
Gets the Address4 member value
(Inherited from IReadOnlyAddressComplexEntityMemberBase.)
Public propertyCity
Gets the City member value
(Inherited from IReadOnlyAddressComplexEntityMemberBase.)
Public propertyCountryCaption
Gets the CountryCaption member value
Public propertyCountryIsoCode
Gets the CountryIsoCode member value
(Inherited from IReadOnlyAddressComplexEntityMemberBase.)
Public propertyEntity
The owner entity
(Inherited from IReadOnlyComplexEntityMember.)
Public propertyLatitude
Gets the Latitude member value
Public propertyLongitude
Gets the Longitude member value
Public propertyState
Gets the State member value
(Inherited from IReadOnlyAddressComplexEntityMemberBase.)
Public propertyZipCode
Gets the ZipCode member value
(Inherited from IReadOnlyAddressComplexEntityMemberBase.)
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also