[This is preliminary documentation and is subject to change.]
The ClientInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ClientInfo |
The default constructor.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | AccountId |
The system generated unique account id.
|
![]() | City |
The city part of the address
|
![]() | ContactPerson |
The contact person for the client.
|
![]() | ContactPhone |
The contact phone number for the client.
|
![]() | Country |
The country for the address
|
![]() | EmailAddress |
The email Address for the client.
|
![]() | GroupId |
The unique group identifier of the group where this client belongs.
|
![]() | IsActive |
Determins if the is client Active.
|
![]() | name |
The actual name of the client.
|
![]() | Notes |
The free form Notes that is used for the client.
|
![]() | Projects |
A list of all the Projects that belongs to this client.
|
![]() | ScreenName |
The name of the client that is displayed on the screen.
|
![]() | State |
The state part of the address
|
![]() | StreetAddress1 |
The first line of the street address
|
![]() | StreetAddress2 |
The second line of the street address
|
![]() | Zip |
The zip code for the address
|