Click or drag to resize

EnterpriseOneTransactionProjectsObjects Class

Provides typed access to the repositories in the Projects namespace.
Inheritance Hierarchy
SystemObject
  Aloe.EnterpriseOne.Model.CoreEnterpriseOneTransactionProjectsObjects

Namespace:  Aloe.EnterpriseOne.Model.Core
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public class ProjectsObjects

The EnterpriseOneTransactionProjectsObjects type exposes the following members.

Properties
  NameDescription
Public propertyProjectParticipants
Gets a typed query for the Projects.ProjectParticipant entity type.
Public propertyProjectRiskDiscussion
Gets a typed query for the Projects.ProjectRiskDiscussion entity type.
Public propertyProjectRisks
Gets a typed query for the Projects.ProjectRisk entity type.
Public propertyProjects
Gets a typed query for the Projects.Project entity type.
Public propertyProjectTaskDependancies
Gets a typed query for the Projects.ProjectTaskDependancy entity type.
Public propertyProjectTaskMaterials
Gets a typed query for the Projects.ProjectTaskMaterial entity type.
Public propertyProjectTaskParticipants
Gets a typed query for the Projects.ProjectTaskParticipant entity type.
Public propertyProjectTaskResources
Gets a typed query for the Projects.ProjectTaskResource entity type.
Public propertyProjectTasks
Gets a typed query for the Projects.ProjectTask entity type.
Public propertyProjectTypes
Gets a typed query for the Projects.ProjectType entity type.
Public propertyProjectWorkElements
Gets a typed query for the Projects.ProjectWorkElement entity type.
Public propertyResources
Gets a typed query for the Projects.Resource entity type.
Public propertyTaskTypes
Gets a typed query for the Projects.TaskType entity type.
Public propertyTemplateRisks
Gets a typed query for the Projects.TemplateRisk entity type.
Public propertyTemplates
Gets a typed query for the Projects.Template entity type.
Public propertyTemplateWorkElements
Gets a typed query for the Projects.TemplateWorkElement entity type.
Public propertyTypeRoles
Gets a typed query for the Projects.TypeRole entity type.
Public propertyTypeWorkElements
Gets a typed query for the Projects.TypeWorkElement entity type.
Public propertyTypeWorkTypes
Gets a typed query for the Projects.TypeWorkType entity type.
Public propertyWorkReportMaterials
Gets a typed query for the Projects.WorkReportMaterial entity type.
Public propertyWorkReportResources
Gets a typed query for the Projects.WorkReportResource entity type.
Public propertyWorkReports
Gets a typed query for the Projects.WorkReport entity type.
Top
See Also