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

The ProjectInfo type exposes the following members.

Constructors

  NameDescription
Public methodProjectInfo
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 account identifier for the Project.
Public propertyAmountSpent
Amount spent on the Project.
Public propertyBudgetedAmount
Budgeted Amount for the Project.
Public propertyBudgetedHours
Budgeted hours for the Project.
Public propertyContactPerson
The contact person for the Project.
Public propertyContactPhone
The phone number of the contact person for the Project.
Public propertyEndDate
The end date for the Project.
Public propertyid
The id of the Project.
Public propertyIsActive
Shows if the Project is active. Valid values are "Y" or "N".
Public propertyname
The name of the Project.
Public propertyNotes
Notes for the Project.
Public propertyPercentCompleted
Percentage of the Project completed.
Public propertyProjectId
The system generated unique identifier for the Project.
Public propertyScreenName
The screen name for the Project.
Public propertyStartDate
The start date for the Project.

See Also