ProjectCreationInformation members
Contains the properties that can be set when creating a project.
The ProjectCreationInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProjectCreationInformation | Creates an instance of the ProjectCreationInformation class. |
Top
Properties
Name | Description | |
---|---|---|
Description | Gets or sets the description of the project. | |
EnterpriseProjectTypeId | Gets or sets the GUID of the enterprise project type (EPT). | |
Id | Gets or sets the GUID of the project. | |
Name | Gets or sets the name of the project. | |
Start | Gets or sets the start date of the project. | |
TaskList | Gets or sets the imported task list. | |
TypeId | (Inherited from ClientValueObject.) |
Top
Methods
Name | Description | |
---|---|---|
CustomFromJson | (Inherited from ClientValueObject.) | |
CustomWriteToXml | (Inherited from ClientValueObject.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FromJson | (Inherited from ClientValueObject.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
InitOnePropertyFromJson | Reserved for internal use. (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
WriteToXml | Reserved for internal use. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).) |
Top