Click or drag to resize

IDurationComplexEntityMember Interface

Complex used to manage duration with units

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

The IDurationComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyDuration

Gets or sets the duration in unit

(Durée réalisée - Durée en unité)

Public propertyDurationInHours

Gets or sets the duration in hours

(Durée réalisée - Durée en heures)

Public propertyDurationInHoursMember

Gets the duration in hours

(Durée réalisée - Durée en heures)

Public propertyDurationMember

Gets the duration in unit

(Durée réalisée - Durée en unité)

Public propertyEditedDuration

Gets or sets the string representing duration as shown/edited by user. Do not change this value in code between BeginUpdate/EndUpdate.

(Durée réalisée)

Public propertyEditedDurationMember

Gets the string representing duration as shown/edited by user. Do not change this value in code between BeginUpdate/EndUpdate.

(Durée réalisée)

Public propertyEntity
The owner entity
(Inherited from IComplexEntityMember.)
Public propertyUnitId

Gets or sets the unit id of the duration.

(Durée réalisée - Code unité)

Public propertyUnitIdMember

Gets the unit id of the duration.

(Durée réalisée - Code unité)

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