For Babelfish Release 1.11.3.13

ResultListCellValueClassSet Property

List of ClassSet to augment the cell with.

These classes are added to the class list in addition to the .ClassSet specified in the ResultListDisplayColumn instance.

.

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
C#
public List<ClassSet> ClassSet { get; set; }

Property Value

ListClassSet

Remarks

Examples include:
  • rlf-col-rank
  • rlf-col-profile
  • rlf-col-participant
  • rlf-col-matchinfo
  • rlf-col-event
  • rlf-col-stage
  • rlf-col-series
  • rlf-col-shot
  • rlf-col-gap

See Also