Click or drag to resize

Project Properties

The Project type exposes the following members.

Properties
  NameDescription
Public propertyBudgetingCurrency
The currency in which the project budget is calculated. [Filter(multi eq)]
Public propertyChangingAttributes
Gets the attributes that are currently changing. Can be used in attribute change event handler to prevent stack overflow.
(Inherited from EditableDomainObject.)
Public propertyClientParty
The external or internal client of the project. [Filter(multi eq)]
Public propertyCode
Short code for identification of projects. [Required] [Filter(eq;like)] [ORD]
Public propertyCustomProperties
Gets the custom properties of the object.
(Inherited from EnterpriseOneEntityObject.)
Public propertyEnterpriseCompany
The Enterprise Company to which this Project applies, or null if it is for all enterprise companies. [Filter(multi eq)]
Public propertyExtendedProperties
Extended properties contain temporary (not persisted) values in the object instance.
(Inherited from EntityObject.)
Public propertyFinishDate
The drop dead date of the project, e.g. the date when the project should be finished. null means that the finish date is unknown. [Filter(eq)]
Public propertyId
The unique Id of the entity object
(Inherited from EntityObject.)
Public propertyIsGhost
Returns true when the object is a ghost object
(Inherited from EntityObject.)
Public propertyIsLoaded
Gets a value indicating whether the associated data for this domain object is loaded.
(Overrides EntityObjectIsLoaded.)
Public propertyItemString
Gets or sets the value of a data attribute
(Inherited from DomainObject.)
Public propertyItemIDataAttribute
Gets or sets the value of a data attribute
(Inherited from DomainObject.)
Public propertyName
The name of this Project. [Required] [Filter(eq;like)]
Public propertyNoEvents
Turns on "No events" mode and returns a class, that will turn it off when Disposed. See remarks for more info.
(Inherited from DomainObject.)
Public propertyNotes
Notes for this Project.
Public propertyObjectState
Gets the state of the domain object.
(Overrides EditableDomainObjectObjectState.)
Public propertyParticipants
List of ProjectParticipant child objects, based on the Projects.ProjectParticipant.Project back reference
Public propertyProjectManagerPerson
The project manager. [Filter(multi eq)]
Public propertyProjectStatus
Current project status. 0=New/Structuring, 10=Budgeting, 20=Panning, 30=Started, 40=Resolved(Completed), 45=Resolved(Cancelled), 50=Closed(Completed), 55=Closed(Cancelled). [Required] [Default(0)] [Filter(multi eq)]
Public propertyProjectType
The project type defines the basic WBS and default tasks, etc. It is also used as baseline WBS, when combining reports for many projects. [Required] [Filter(multi eq)]
Public propertyRepository
Provides access to ProjectsRepository repository methods
Public propertyRisks
List of ProjectRisk child objects, based on the Projects.ProjectRisk.Project back reference
Public propertyStartDate
Expected date, when the execution of the tasks will start. null means that the start date is still unknown. [Filter(eq)]
Public propertyTransaction
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.)
Public propertyWorkElements
List of ProjectWorkElement child objects, based on the Projects.ProjectWorkElement.Project back reference
Top
See Also