Represents a resource allocation, defined by a specified time interval, units value, and by a value that indicates whether the resource is available for the assignments.

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

Syntax

C#
[LocalizabilityAttribute(LocalizationCategory.None)]
public class Allocation : IEquatable<Allocation>
Visual Basic (Declaration)
<LocalizabilityAttribute(LocalizationCategory.None)> _
Public Class Allocation _
	Implements IEquatable(Of Allocation)

Inheritance Hierarchy

System..::.Object
  DlhSoft.Windows.Data..::.Allocation

See Also