ProjectResourceCreationInformation members
Provides property settings and methods for the creation of a project resource entity.
The ProjectResourceCreationInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProjectResourceCreationInformation | Creates an instance of the ProjectResourceCreationInformation class. |
Top
Properties
Name | Description | |
---|---|---|
Account | Gets or sets the project resource account. | |
Gets or sets the email address of the project resource. | ||
Id | Gets or sets the GUID of the project resource. | |
Name | Gets or sets the project resource name. | |
Notes | Gets or sets the notes about the project resource. | |
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