The SimpleResourceItem type exposes the following members.

Constructors

  NameDescription
SimpleResourceItem

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
Content
Gets or sets the content of this SimpleEntityItem.
(Inherited from SimpleEntityItem.)
CostPerHour
Gets or sets the cost per hour of this SimpleResourceItem. 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.
CostPerUsage
Gets or sets the cost per usage of this SimpleResourceItem. 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.
Schedule
Gets or sets the schedule of this SimpleResourceItem. 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.
Tag
Gets or sets an arbitrary object value that can be used to store custom information about this SimpleEntityItem.
(Inherited from SimpleEntityItem.)

See Also