Click or drag to resize

IRangeTypeCombinationDisplayComplexEntityMember Interface

Complex used to display a caption associated to a range type element combination (as "COULEUR : Rouge, LONGUEUR : 70")

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

The IRangeTypeCombinationDisplayComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyEntity
The owner entity
(Inherited from IComplexEntityMember.)
Public propertyRangeTypeCombinationCaption
Gets or sets the range type combination caption.
Public propertyRangeTypeCombinationCaptionMember
Gets the range type combination caption.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also