For Babelfish Release 1.12.3.10

ResultListIntermediateFormattedBodyRowGetClassList 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.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
C#
public override 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