[This is preliminary documentation and is subject to change.]

The ClientInfo type exposes the following members.

Constructors

  NameDescription
Public methodClientInfo
The default constructor.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
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.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAccountId
The system generated unique account id.
Public propertyCity
The city part of the address
Public propertyContactPerson
The contact person for the client.
Public propertyContactPhone
The contact phone number for the client.
Public propertyCountry
The country for the address
Public propertyEmailAddress
The email Address for the client.
Public propertyGroupId
The unique group identifier of the group where this client belongs.
Public propertyIsActive
Determins if the is client Active.
Public propertyname
The actual name of the client.
Public propertyNotes
The free form Notes that is used for the client.
Public propertyProjects
A list of all the Projects that belongs to this client.
Public propertyScreenName
The name of the client that is displayed on the screen.
Public propertyState
The state part of the address
Public propertyStreetAddress1
The first line of the street address
Public propertyStreetAddress2
The second line of the street address
Public propertyZip
The zip code for the address

See Also