The SimpleAssignmentItem type exposes the following members.

Constructors

  NameDescription
SimpleAssignmentItem

Methods

  NameDescription
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
ToString
Provides a string representation of this SimpleEntityItem object.
(Inherited from SimpleEntityItem.)

Properties

  NameDescription
AllocationUnits
Gets or sets the allocation units value of this SimpleAssignmentItem. The allocation units value represents the percent of the resource availability to consider for the assignment, and it can be used when determining the resource availability for a specific time interval. It is recommended to set this property.
Content
Gets or sets the content of this SimpleEntityItem.
(Inherited from SimpleEntityItem.)
ResourceItem
Gets or sets the resource item of this SimpleAssignmentItem. You can use a SimpleResourceItem object as the resource item. It is recommended to set this property.
Tag
Gets or sets an arbitrary object value that can be used to store custom information about this SimpleEntityItem.
(Inherited from SimpleEntityItem.)

Explicit Interface Implementations

  NameDescription
IAssignmentItem..::.ResourceItem
Gets or sets the resource item of this SimpleAssignmentItem. When setting this property you must use an IResourceItem object.

See Also