Enum RosterDisplayStyle
Describes how a roster should be displayed.
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public enum RosterDisplayStyle
Fields
| Name | Description |
|---|---|
| Linear | Display the roster linearly, with each iteration appearing under the previou one. |
| Table | Display the roster as a table, with each entity getting a row. |