Click or drag to resize

IReadOnlyExpertOptionsComplexEntityMember Interface

contains the expert OptionsComplexEntityMember

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

The IReadOnlyExpertOptionsComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyAccountant
get the accountant informations
Public propertyCollaborator
get the collaborator informations
Public propertyEntity
The owner entity
(Inherited from IReadOnlyComplexEntityMember.)
Public propertyFirm
get the firm informations
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also