Click or drag to resize

IProjectEntityComplexEntityMember Interface

Gantt project 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 IProjectEntityComplexEntityMember : IComplexEntityMember, 
	IDisposable, IEquatable<IProxy>

The IProjectEntityComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyEndDate
Gets the project end date
Public propertyEntity
The owner entity
(Inherited from IComplexEntityMember.)
Public propertyForward
Gets or sets a value indicating whether current project is forward. If false, project is reverse scheduling
Public propertyForwardMember
Gets a value indicating whether current project is forward. If false, project is reverse scheduling
Public propertyStartDate
Gets the project start date
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also