Réserver une Démo

SVP notez : Cette page d’aide n’est pas pour la dernière version d’Enterprise Architect. La dernière aide peut être trouvée ici.

Pré. Proc.

ProjectIssues Class

A ProjectIssue is a system-level Issue that indicates a problem or risk associated with the system as a whole. ProjectIssues can be accessed using the Repository Issues collection.

Associated table in repository

t_issues

ProjectIssues Attributes

Attribute

Remarks

See also

Category

String
Notes: Read/Write
The category this issue belongs to.

Date

Date
Notes: Read/Write
The date the issue item was created.

DateResolved

Date
Notes: Read/Write
The date the issue was resolved.

Name

String
Notes: Read/Write
The issue name (that is, the issue itself).

IssueID

Long
Notes: Read only
The ID of this issue.

Notes

String
Notes: Read/Write
The associated description of the issue.

ObjectType

ObjectType
Notes: Read only
Distinguishes objects referenced through a Dispatch interface.
ObjectType

Owner

String
Notes: Read/Write
The owner of the issue.

Priority

String
Notes: Read/Write
The issue priority - Low, Medium or High.

Resolution

String
Notes: Read/Write
A description of the resolution.

Resolver

String
Notes: Read/Write
The name of the person resolving the issue.

Severity

String
Notes: Read/Write
The issue severity - Low, Medium or High.

Status

String
Notes: Read/Write
The current status of the issue.

ProjectIssues Methods

Method

Remarks

See also

GetLastError()

String
Notes: Returns a string value describing the most recent error that occurred in relation to this object.

Update()

Boolean
Notes: Updates the current Issue object after modification or appending a new item.
If False is returned, check the 'GetLastError()' function for more information.