Click or drag to resize

IPurchaseStateComplexEntityMember Interface

Represent the complex member to manage purchase state

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

The IPurchaseStateComplexEntityMember type exposes the following members.

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

Gets or sets the indicator.

(État achat (Indicateur))

Public propertyIndicatorImage

Gets or sets the indicator image.

(État achat (Image indicateur))

Public propertyIndicatorImageMember

Gets or sets the indicator image.

(État achat (Image indicateur))

Public propertyIndicatorMember

Gets or sets the indicator.

(État achat (Indicateur))

Public propertyState

Gets or sets the state.

(État achat (Text))

Public propertyStateMember

Gets or sets the state.

(État achat (Text))

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