Click or drag to resize

BudgetLoadOptions Enumeration

Specifies the options on the budget class to load into.

Namespace: Cobra.Model.WebService
Assembly: Cobra.Model.WebService (in Cobra.Model.WebService.dll) Version: 8.5.700.3359 (8.5.0700.3359)
Syntax
C#
public enum BudgetLoadOptions
Members
Member nameValueDescription
LoadAllBudgetIntoDefaultClass0 Import all resource assignments into the same class in Cobra.
LoadBudgetClassFromField1 Use a schedule field that has the budget classes to import resource assignments.
See Also