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.

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 repository

t_clients

Client Attributes

Attribute

Remarks

See also

EMail

String
Notes: Read/Write
The client's email address.

Fax

String
Notes: Read/Write
The client's fax number.

Mobile

String
Notes: Read/Write
The client's mobile phone number, if available.

Name

String
Notes: Read/Write
The client's name.

Notes

String
Notes: Read/Write
Notes about the client.

ObjectType

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

Organization

String
Notes: Read/Write
The client's associated organization.

Phone1

String
Notes: Read/Write
The client's main phone number.

Phone2

String
Notes: Read/Write
The client's second phone number.

Roles

String
Notes: Read/Write
Roles this client might play in the project.

Client 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 Client object after modification or appending a new item.
If False is returned, check the 'GetLastError()' function for more information.