Click or drag to resize

IReadOnlyCoordinatesAddressComplexEntityMemberBase Interface

The address for coordinates ComplexEntityMember

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

The IReadOnlyCoordinatesAddressComplexEntityMemberBase 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 propertyCountryIsoCode
Gets the CountryIsoCode member value
(Inherited from IReadOnlyAddressComplexEntityMemberBase.)
Public propertyEntity
The owner entity
(Inherited from IReadOnlyComplexEntityMember.)
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