Contents

Summary

A project type.

Properties

Name Editable? Required? Type Nullable? Summary
ID Int32 The ID of the project type.
Name This field is editable through the web API. This field is required. String The name of the project type.
Description This field is editable through the web API. String This field is nullable. The description of the project type.
CategoryID This field is editable through the web API. This field is required. Int32 The ID of the category associated with the project type.
CategoryName String This field is nullable. The name of the category associated with the project type.
FullName String This field is nullable. The full name of the type, which includes the type category.
IsActive This field is editable through the web API. Boolean The active status of the project type.
CreatedDate DateTime The created date of the project type.
CreatedByUid String This field is nullable. The UID of the user who created the project type.
ModifiedDate DateTime The last modified date of the project type.
ModifiedByUid String This field is nullable. The UID of the user who last modified the project type.
EvaluatorUid This field is editable through the web API. Guid This field is nullable. The UID of the evaluting user associated with the project type.
EvaluatorFullName String The full name of the evaluting user associated with the project type.
EvaluatorEmail String The email address of the evaluting user associated with the project type.
NotifyEvaluator This field is editable through the web API. Boolean Whether the evaluating user should be notified of any new projects or project requests that are created with this type (or later changed to this type). This value will reset to false if no valid values are provided to EvaluatorUid.