For Babelfish Release 1.11.1.3

ResultListIntermediateFormattedLoadSquaddingList Method

When a ResultListIntermediateFormatted is instantiated with a ResultList, the ResultList object generally does not include Squadding (the values of .Squadding are null). This method uses the passed in Squadding List to read in squadding, setting the values of .Squadding.

Participants are matched up, between the ResultLIst and SquaddingList using their ResultCofId.

Definition

Namespace: Scopos.BabelFish.DataActors.ResultListFormatter
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public void LoadSquaddingList(
	SquaddingList squaddingList
)

Parameters

squaddingList  SquaddingList
 

Remarks

After updating, be sure to call RefreshAllRowsParticipantAttributeFields to use the new method in the field value.

See Also