StatusAssignmentCreationInformation members
Provides property settings and methods for the creation of a status assignment object.
The StatusAssignmentCreationInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
StatusAssignmentCreationInformation | Create an instance of the StatusAssignmentCreationInformation class. |
Top
Properties
Name | Description | |
---|---|---|
Comment | Gets or sets the comment for the status submission. | |
Id | Gets or sets the GUID of the status assignment. | |
ProjectId | Gets or sets the GUID of the project that contains the status assignment. | |
Task | Gets or sets the task parameters for the status assignment. | |
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