Represents the interface of 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.

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

Syntax

C#
public interface IAssignmentItem : IEntityItem
Visual Basic (Declaration)
Public Interface IAssignmentItem _
	Implements IEntityItem

See Also