The AssignmentItem type exposes the following members.

Constructors

  NameDescription
AssignmentItemOverloaded.

Methods

  NameDescription
CheckAccess (Inherited from DispatcherObject.)
ClearValueOverloaded.
CoerceValue (Inherited from DependencyObject.)
Equals (Inherited from DependencyObject.)
Finalize (Inherited from Object.)
GetHashCode (Inherited from DependencyObject.)
GetLocalValueEnumerator (Inherited from DependencyObject.)
GetType (Inherited from Object.)
GetValue (Inherited from DependencyObject.)
InvalidateProperty (Inherited from DependencyObject.)
MemberwiseClone (Inherited from Object.)
OnPropertyChanged (Inherited from DependencyObject.)
ReadLocalValue (Inherited from DependencyObject.)
SetCurrentValue (Inherited from DependencyObject.)
SetValueOverloaded.
ShouldSerializeProperty (Inherited from DependencyObject.)
ToString
Provides a string representation of this EntityItem object.
(Inherited from EntityItem.)
VerifyAccess (Inherited from DispatcherObject.)

Fields

  NameDescription
AllocationUnitsProperty
Identifies the AllocationUnits dependency property.
ResourceItemProperty
Identifies the ResourceItem dependency property.

Properties

  NameDescription
AllocationUnits
Gets or sets the allocation units value of this AssignmentItem. 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. This is a dependency property.
Content
Gets or sets the content of this EntityItem. This is a dependency property.
(Inherited from EntityItem.)
DependencyObjectType (Inherited from DependencyObject.)
Dispatcher (Inherited from DispatcherObject.)
IsSealed (Inherited from DependencyObject.)
ResourceItem
Gets or sets the resource item of this AssignmentItem. You can use a ResourceItem object as the resource item. It is recommended to set this property. This is a dependency property.
Tag
Gets or sets an arbitrary object value that can be used to store custom information about this EntityItem. This is a dependency property.
(Inherited from EntityItem.)

Explicit Interface Implementations

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

See Also