Click or drag to resize

ITaskComplexEntityMember Interface

Task complex member

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

The ITaskComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyCaption
Gets or sets the caption
Public propertyCaptionMember
Gets the caption
Public propertyConflictIndicator
Gets or sets the conflict indicator image.
Public propertyConflictIndicatorMember
Gets the conflict indicator image.
Public propertyConflictTypes
Gets or sets the conflict types image.
Public propertyConflictTypesMember
Gets the conflict types image.
Public propertyConstraintDateTime
Gets the constraint date/time
Public propertyConstraintReason

Gets or sets the constraint reason

(Raison de la contrainte)

Public propertyConstraintReasonMember

Gets the constraint reason

(Raison de la contrainte)

Public propertyConstraintType

Gets or sets the constraint type

List of authorized values in TaskConstraintType

(Type de contrainte)

Public propertyConstraintTypeMember

Gets the constraint type

List of authorized values in TaskConstraintType

(Type de contrainte)

Public propertyCoordinatedActivity

Gets or sets the coordinated activity

List of authorized values in ExecutionQuoteLineCoordinatedActivityType

(Co-activité)

Public propertyCoordinatedActivityMember

Gets the coordinated activity

List of authorized values in ExecutionQuoteLineCoordinatedActivityType

(Co-activité)

Public propertyDeadline
Gets the dead-line date
Public propertyEndDate
Gets the end date
Public propertyEntity
The owner entity
(Inherited from IComplexEntityMember.)
Public propertyGlobalPercentComplete
Gets or sets the global percent complete
Public propertyGlobalPercentCompleteMember
Gets the global percent complete
Public propertyIsCritical

Gets or sets whether current task is critical.

(Tâche critique)

Public propertyIsCriticalMember

Gets whether current task is critical.

(Tâche critique)

Public propertyIsMilestone

Gets or sets whether current task is a milestone.

(Afficher en tant que jalon)

Public propertyIsMilestoneMember

Gets whether current task is a milestone.

(Afficher en tant que jalon)

Public propertyLabourAchievedDuration
Gets the labour achieved duration
Public propertyLabourExpectedDuration
Gets the labour expected duration
Public propertyLabourExpectedDurationByState
Gets the labour expected duration member to use by state
Public propertyLabourOverDuration
Gets the labour's over duration
Public propertyLabourPercentComplete
Gets or sets the labour percent complete
Public propertyLabourPercentCompleteMember
Gets the labour percent complete
Public propertyLabourRemainingDuration
Gets the labour remaining duration
Public propertyLabourScheduledDuration
Gets the labour's scheduled duration
Public propertyLabourUpdatedExpectedDuration
Gets the labour's updated expected duration
Public propertyPredecessorList
Gets the predecessors
Public propertyProgressUpdateLastDate
Gets or sets the progress update last date
Public propertyProgressUpdateLastDateMember
Gets the progress update last date
Public propertyScheduleEventId

Gets or sets the shedule event Id

(Identifiant de l'évènement)

Public propertyScheduleEventIdMember

Gets the shedule event Id

(Identifiant de l'évènement)

Public propertySchedulingType

Gets or sets the scheduling type

List of authorized values in SchedulingTypes

(Type de planification)

Public propertySchedulingTypeMember

Gets the scheduling type

List of authorized values in SchedulingTypes

(Type de planification)

Public propertyStartDate
Gets the start date
Public propertyTheoreticalLabourPercentComplete
Gets or sets the theoretical labour percent complete
Public propertyTheoreticalLabourPercentCompleteMember
Gets the theoretical labour percent complete
Public propertyUpdatedWorkingDuration
Gets the updated working duration in hours
Public propertyWorkingDuration
Gets the working duration in hours
Public propertyWorkingDurationByState
Gets the working duration member to use by state
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also