Click or drag to resize

ResourceAssignmentStatusCalculatedChildAssignments Property

Contains the calculated child assignments for the resource of this assignment. Only the first 2 levels of child assignments are included

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public List<CalculatedAssignmentWithParent> CalculatedChildAssignments { get; set; }

Property Value

Type: ListCalculatedAssignmentWithParent
See Also