Click or drag to resize

ProjectTask Properties

The ProjectTask type exposes the following members.

Properties
  NameDescription
Public propertyActivity
The Id of the Cm_Activity created for this task. null means that activity is still not created. [Filter(multi eq)]
Public propertyBudgetLaborAmount
Budgeted amount for the labor for the task in the currency of the project. The material is calculated separately. null means that budgeting for the item is not calculated. [Currency: Project.BudgetingCurrency]
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 propertyCustomProperties
Gets the custom properties of the object.
(Inherited from EnterpriseOneEntityObject.)
Public propertyDependancies
List of ProjectTaskDependancy child objects, based on the Projects.ProjectTaskDependancy.ProjectTask back reference
Public propertyExtendedProperties
Extended properties contain temporary (not persisted) values in the object instance.
(Inherited from EntityObject.)
Public propertyFinishDateTime
The date and time when the task is planned to finish. [Required] [Default(Now)] [Filter(eq;ge;le)]
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 propertyMaterials
List of ProjectTaskMaterial child objects, based on the Projects.ProjectTaskMaterial.ProjectTask back reference
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 ProjectTask.
Public propertyObjectState
Gets the state of the domain object.
(Overrides EditableDomainObjectObjectState.)
Public propertyParticipants
List of ProjectTaskParticipant child objects, based on the Projects.ProjectTaskParticipant.ProjectTask back reference
Public propertyPlannedDurationHours
Planned duration of the task in hours. The hours are allocated in the time interval between Start Date Time and Finish Date Time. [Required] [Default(0)]
Public propertyProject
The project, to which this task belongs. [Required] [Filter(multi eq)]
Public propertyProjectTaskNo
Consecutive task number, unique within the project. [Required]
Public propertyProjectWorkElement
The work element under which the task is filed. [Required] [Filter(multi eq)]
Public propertyRepository
Provides access to ProjectTasksRepository repository methods
Public propertyResource
The resource, which is required for the task. null means - do not plan any resource. [Filter(multi eq)]
Public propertyResources
List of ProjectTaskResource child objects, based on the Projects.ProjectTaskResource.ProjectTask back reference
Public propertyResponsibleParty
The responsible party. Usually a person and usually one of the project participants. null means that responsible is not yet determined. [Filter(multi eq)]
Public propertyStartDateTime
The date and time when the task is planned to start. [Required] [Default(Now)] [Filter(eq;ge;le)]
Public propertyTaskName
The short name of the task. It is best practice to contain the target of the task. [Required] [Filter(multi eq;like)]
Public propertyTaskType
The type of the task. Determines the work type of the tasks, default billing rules, etc. [Required] [Filter(multi eq)]
Public propertyTransaction
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.)
Public propertyWorkType
Type of work to be done. null means that type of work is undetermined yet. [Filter(multi eq)]
Top
See Also