The ResourceItem type exposes the following members.

Constructors

  NameDescription
ResourceItemOverloaded.

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
CostPerHourProperty
Identifies the CostPerHour dependency property.
CostPerUsageProperty
Identifies the CostPerUsage dependency property.
ScheduleProperty
Identifies the Schedule dependency property.

Properties

  NameDescription
Content
Gets or sets the content of this EntityItem. This is a dependency property.
(Inherited from EntityItem.)
CostPerHour
Gets or sets the cost per hour of this ResourceItem. The resource cost per hour is applied when computing a task cost, proportionally for each assignment, considering the task duration and the assigned allocation units. This is a dependency property.
CostPerUsage
Gets or sets the cost per usage of this ResourceItem. The resource cost per usage is applied when computing a task cost, one time for each assignment, without considering the task duration or the assigned allocation units. This is a dependency property.
DependencyObjectType (Inherited from DependencyObject.)
Dispatcher (Inherited from DispatcherObject.)
IsSealed (Inherited from DependencyObject.)
Schedule
Gets or sets the schedule of this ResourceItem. The resource schedule indicates the time intervals of a day that the resource can use as work time for achieving completion of a task, restricting the task schedule further. If the resource schedule is not set it means that the resource can use any time interval as work time, and the task schedule is not restricted. 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.)

See Also