For Babelfish Release 1.11.3.13

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.3.13+877481945de6b4d2a3a561fea58e2494717cd263
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