AssignmentCreationInformation members
Contains the properties that can be set when creating an assignment.
The AssignmentCreationInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AssignmentCreationInformation | Creates an instance of the AssignmentCreationInformation class. |
Top
Properties
Name | Description | |
---|---|---|
Finish | Gets or sets the assignment finish date and time. | |
Id | Gets or sets the GUID of the assignment. | |
Notes | Gets or sets the notes for the assignment. | |
ResourceId | Gets or sets the GUID of the resource for the assignment. | |
Start | Gets or sets the assignment start date and time. | |
TaskId | Gets or sets the GUID of the task for the 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