For Babelfish Release 1.12.4.4

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.12.4.4+d2f3bdeedfc7a151494a378da1156fb690afa333
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