Represents a resource item aware of its schedule and costs that can be used as a source object to be wrapped within an Resource and managed using a ResourceManager. It is recommended to set at least these data properties: Content. These data properties can also be set: Schedule, CostPerUsage, CostPerHour.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
[LocalizabilityAttribute(LocalizationCategory.None)]
public class ResourceItem : EntityItem, 
	IResourceItem
Visual Basic (Declaration)
<LocalizabilityAttribute(LocalizationCategory.None)> _
Public Class ResourceItem _
	Inherits EntityItem _
	Implements IResourceItem

Inheritance Hierarchy

See Also