Represents a simple resource item that can be used as a data definition object when inserting or adding a Resource using a ResourceManager with simple data management mode. 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 SimpleResourceItem : SimpleEntityItem, 
	IResourceItem
Visual Basic (Declaration)
<LocalizabilityAttribute(LocalizationCategory.None)> _
Public Class SimpleResourceItem _
	Inherits SimpleEntityItem _
	Implements IResourceItem

Inheritance Hierarchy

System..::.Object
  DlhSoft.Windows.Data..::.SimpleEntityItem
    DlhSoft.Windows.Data..::.SimpleResourceItem

See Also