IWbsFieldsRepository.GetFields Method

Gets all top-level WBS fields that are available to the admin.
Function GetFields() As IEnumerable(Of IWbsField)
This language is not supported or no code example is available.
IEnumerable<IWbsField> GetFields()
This language is not supported or no code example is available.

Return Value

IEnumerable<IWbsField>
Remarks
 
Not all fields are included here. The virtual fields that represent discrete breakdown values (breakdown kind is WbsBreakdownFieldKind.DiscreteValueColumn) are excluded. Similarly, the fields, that are not available even to the admin, are excluded (e.g. WBS_MarketCoeff1 in non IDIQ mode).
Version
 
Available since QDV 7.18.655.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition