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. Accessed using the Repository Clients collection.
Associated table in .EAP file: t_clients
Client Attributes
Attribute |
Type |
Notes |
---|---|---|
String |
Read/Write. EMail address. |
|
Fax |
String |
Read/Write. Fax number. |
Mobile |
String |
Read/Write. Mobile phone if available. |
Name |
String |
Read/Write. Client name. |
Notes |
String |
Read/Write. Notes about client. |
ObjectType |
Read only. Distinguishes objects referenced through the Dispatch interface. |
|
Organization |
String |
Read/Write. Associated organization. |
Phone1 |
String |
Read/Write. Main phone number. |
Phone2 |
String |
Read/Write. 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. This function is rarely used as an exception is thrown when an error occurs. |
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. |