For Babelfish Release 1.11.1.3

ResultListIntermediateFormattedRowGetClassList Method

Returns a list of CSS classes that should be applied to the row. These values are defined in the RESULT LIST FORMAT definition.

Definition

Namespace: Scopos.BabelFish.DataActors.ResultListFormatter
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public abstract List<string> GetClassList()

Return Value

ListString

Remarks

Common values include:
  • rlf-row-header
  • rlf-row-athlete
  • rlf-row-team
  • rlf-row-child
  • rlf-row-footer

See Also