Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.

Client Class

A Client represents one or more people or organizations related to the project. Clients can be accessed using the Repository Clients collection.

Associated table in .EAP file     t_clients

Client Attributes

Attribute

Type

Notes

EMail

String

Read/Write

The client's email address.

 

Fax

String

Read/Write

The client's fax number.

 

Mobile

String

Read/Write

The client's mobile phone number, if available.

 

Name

String

Read/Write

The client's name.

 

Notes

String

Read/Write

Notes about the client.

 

ObjectType

ObjectType

Read only

Distinguishes objects referenced through the Dispatch interface.

 

Organization

String

Read/Write

The client's associated organization.

 

Phone1

String

Read/Write

The client's main phone number.

 

Phone2

String

Read/Write

The client's second phone number.

 

Roles

String

Read/Write

Roles this client might play in the project.

 

Client Methods

Method

Type

Notes

GetLastError ()

String

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

 

Update ()

Boolean

Updates the current Client object after modification or appending a new item.

If false is returned, check the GetLastError function for more information.