ProjectResource

Return to Introduction  Previous page  Next page

public Class

A Project Resource is a named person who is available to work on the current project in any capacity.  Accessed using the Repository Resources collection.

Associated table in .EAP file: t_resources        

ProjectResource Attributes

Attribute

Type

Notes

Name

String

Name of resource.

Organization

package: String

Organization resource associated with.

Phone1

Variant

Main phone.

Phone2

Variant

Alternative phone.

Mobile

Variant

Mobile number if available.

Fax

String

Fax number.

Email

String

Email address.

Roles

String

The roles this resource can play in the current project.

Notes

String

A description if appropriate.

ObjectType

ObjectType

Read only.  Distinguishes objects referenced through a Dispatch interface.

ProjectResource Methods

Method

Type

Notes

Update () 

Boolean 

Update the current Resource object after modification or appending a new item. If false is returned, check the GetLastError function for more information.

GetLastError () 

String

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

This function is rarely used since an exception is thrown when an error occurs.