PlanAssignmentCreationInformation members
Provides information for the creation of a PlanAssignment object.
The PlanAssignmentCreationInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PlanAssignmentCreationInformation | Creates an instance of the PlanAssignmentCreationInformation class. |
Top
Properties
Name | Description | |
---|---|---|
BookingType | Gets or sets the booking type of the assignment. | |
Id | Gets or sets the GUID for the plan assignment. | |
Intervals | Gets or sets an enumerator that iterates through a collection of time intervals. | |
ResourceId | Gets or sets the GUID of the 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