Click or drag to resize

IReadOnlyCoordinatesOptionsComplexEntityMemberBase Interface

the complex represente the company coordinates

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 IReadOnlyCoordinatesOptionsComplexEntityMemberBase : IReadOnlyCoordinatesOptionsComplexEntityMemberBase, 
	IReadOnlyComplexEntityMember, IDisposable, IEquatable<IProxy>

The IReadOnlyCoordinatesOptionsComplexEntityMemberBase type exposes the following members.

Properties
  NameDescription
Public propertyAddress
get the company address
Public propertyContactCivility
Gets the ContactCivility member value
(Inherited from IReadOnlyCoordinatesOptionsComplexEntityMemberBase.)
Public propertyContactName
Gets the ContactName member value
(Inherited from IReadOnlyCoordinatesOptionsComplexEntityMemberBase.)
Public propertyEntity
The owner entity
(Inherited from IReadOnlyComplexEntityMember.)
Public propertyLegalForm
Gets the LegalForm member value
(Inherited from IReadOnlyCoordinatesOptionsComplexEntityMemberBase.)
Public propertyName
Gets the Name member value
(Inherited from IReadOnlyCoordinatesOptionsComplexEntityMemberBase.)
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also