Class LeaderboardViewDefinitionScanner.Sections
The groups a finding can belong to.
Inherited Members
Namespace: Serenity.Leaderboard.Infrastructure.Validation
Assembly: Serenity.UnityLeaderboard.Infrastructure.dll
Syntax
public static class LeaderboardViewDefinitionScanner.Sections
Fields
Background
Whether the panel's background renders, and with what image.
Declaration
public const string Background = "Background"
Field Value
| Type | Description |
|---|---|
| string |
Board
Which board this view reads, and how it slices that board's entries.
Declaration
public const string Board = "Board"
Field Value
| Type | Description |
|---|---|
| string |
Buttons
Buttons rendered on the view, and what each one does when submitted.
Declaration
public const string Buttons = "Buttons"
Field Value
| Type | Description |
|---|---|
| string |
Columns
Which columns render, and how.
Declaration
public const string Columns = "Columns"
Field Value
| Type | Description |
|---|---|
| string |
Identity
The view's own id, and where Cancel routes to.
Declaration
public const string Identity = "Identity"
Field Value
| Type | Description |
|---|---|
| string |
Layout
Scrolling and per-element placement.
Declaration
public const string Layout = "Layout"
Field Value
| Type | Description |
|---|---|
| string |