Click or drag to resize

IExtraFeeDistributionRatesComplexEntityMember 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 IExtraFeeDistributionRatesComplexEntityMember : IComplexEntityMember, 
	IDisposable, IEquatable<IProxy>

The IExtraFeeDistributionRatesComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyEntity
The owner entity
(Inherited from IComplexEntityMember.)
Public propertyEquipmentDistributeRate

Gets or sets the extra fee equipment distribute rate.

(Matériels : Indice de répartition)

Public propertyEquipmentDistributeRateMember

Gets the extra fee equipment distribute rate.

(Matériels : Indice de répartition)

Public propertyGoodDistributeRate

Gets or sets the extra fee good distribute rate.

(Biens : Indice de répartition)

Public propertyGoodDistributeRateMember

Gets the extra fee good distribute rate.

(Biens : Indice de répartition)

Public propertyServiceDistributeRate

Gets or sets the extra fee service distribute rate.

(Services : Indice de répartition)

Public propertyServiceDistributeRateMember

Gets the extra fee service distribute rate.

(Services : Indice de répartition)

Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also