Represents an assignment item aware of its assigned resource and allocation units that can be used as a source object to be wrapped within an Assignment and managed using an AssignmentManager. It is recommended to set these data properties: Resource, AllocationUnits.

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

Syntax

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

Inheritance Hierarchy

See Also