For Babelfish Release 1.11.1.3

Scopos.BabelFish.DataActors.ResultListFormatter Namespace

 

Classes

CellValues Cell Values represent the what and the how to display in a result list cell. A cell meaning one section in a result list row. Probable implemented as a or a
. A CellValue can represent cells in the header, in a result row, or child row, or footer.
ResultListFormatFactory 
ResultListIntermediateFormatted ResultListFormatted is an intermediate formatted result list. It's like assembly code, half way between a high livel language and binary code running on the CPU. In this case, it reads in the raw result list data, and the result list format definition, to produce the ResultListIntermediateFormatted class. The compiled ResultListFormat has a header row, footer row, and a body considting of 0 to n rows. Each header, footer, and body row has the same number of columns. The ResultListFormat has methods to retreive either the textual value of each cell or a CallValue object that is the text value plus css class list.
ResultListIntermediateFormattedBodyRow 
ResultListIntermediateFormattedChildRow 
ResultListIntermediateFormattedRow 
ShowWhenCalculator 

Delegates

ParticipantAttributeOverload Delegate to allow the overload of GetParticipantAttribute for the common fields.