IEstimate.GetSetOfFieldsInfo Method

NOTE: This member is now obsolete. Use IMinutesFieldManager.SetsOfFields property or IMinutesFieldManager.GetSetOfFields() method instead. You can obtain an IMinutesFieldManager instance with GetMinutesFieldManager() method.

Gets the information about all sets of fields in the estimate.
<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)> _ 
<Obsolete("Use IMinutesFieldManager.SetsOfFields property or IMinutesFieldManager.GetSetOfFields() method instead. You can obtain an IMinutesFieldManager instance with GetMinutesFieldManager() method.")> _ 
Function GetSetOfFieldsInfo() As Dictionary(Of String, SetOfFieldsInformation)
This language is not supported or no code example is available.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] 
[Obsolete("Use IMinutesFieldManager.SetsOfFields property or IMinutesFieldManager.GetSetOfFields() method instead. You can obtain an IMinutesFieldManager instance with GetMinutesFieldManager() method.")] 
Dictionary<string, SetOfFieldsInformation> GetSetOfFieldsInfo()
This language is not supported or no code example is available.

Return Value

Dictionary<string, SetOfFieldsInformation>

A dictionary of SetOfFieldsInformation. The mnemonic of the set of fields is used as a key in the dictionary.

Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition