Class AssociatedBuyoffs
A list of associated buyoffs.
[DataContract(Namespace = "http://schemas.datacontract.org/2004/07/Acuit.Pinpoint.Server.Business")]
public class AssociatedBuyoffs
- Inheritance
-
AssociatedBuyoffs
- Inherited Members
Constructors
AssociatedBuyoffs()
public AssociatedBuyoffs()
Properties
Buyoffs
Gets or sets the list of buyoffs associated with this defect or its descendants, or null if there are none.
public IList<LineBuyoff>? Buyoffs { get; set; }