Click or drag to resize

IReadOnlyExtraFeeDistributionRatesComplexEntityMember Interface

Represent the complex entity for Extra Fee Distribution Rates

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Entities.Building
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface IReadOnlyExtraFeeDistributionRatesComplexEntityMember : IReadOnlyComplexEntityMember, 
	IDisposable, IEquatable<IProxy>

The IReadOnlyExtraFeeDistributionRatesComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyEntity
The owner entity
(Inherited from IReadOnlyComplexEntityMember.)
Public propertyEquipmentDistributeRate
Gets the EquipmentDistributeRate member value
Public propertyGoodDistributeRate
Gets the GoodDistributeRate member value
Public propertyServiceDistributeRate
Gets the ServiceDistributeRate 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