Click or drag to resize

IReadOnlyAddressComplexEntityMemberBase Interface

Address ComplexEntityMember

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

The IReadOnlyAddressComplexEntityMemberBase type exposes the following members.

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