Defines a column with a decoration option
Default constructor
public Void DecoratedColumn()Initializes a new instance of DecoratedColumn.
public Void DecoratedColumn(field, decoration)| Name | Type | Summary |
|---|---|---|
| field | Field | Field configuration. |
| decoration | DecorationType | Type of decoration to apply. |
Initializes a new instance of DecoratedColumn.
public Void DecoratedColumn(field, repository, decoration)| Name | Type | Summary |
|---|---|---|
| field | Field | Field configuration. |
| repository | Repository | Repository to which the column belongs to. |
| decoration | DecorationType | Type of decoration to apply. |
Initializes a new instance of DecoratedColumn.
public Void DecoratedColumn(fieldName, decoration)| Name | Type | Summary |
|---|---|---|
| fieldName | String | Column actual name. |
| decoration | DecorationType | Type of decoration to apply. |
Initializes a new instance of DecoratedColumn.
public Void DecoratedColumn(name, fieldName, repository, decoration)| Name | Type | Summary |
|---|---|---|
| name | String | Column name (alias). |
| fieldName | String | Column actual name. |
| repository | Repository | Repository to which the column belongs to. |
| decoration | DecorationType | Type of decoration to apply. |
Decoration for the column
public DecorationType Decoration { get; set; }The scope for the decoration
public ScopeType Scope { get; set; }It only apply to a Sum or Average decorations
In this document