DecoratedColumn

Defines a column with a decoration option

Namespace:
Inetdev.Data.Query
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
Inetdev.Data.Query.Column

Constructors

DecoratedColumn

Default constructor

Signature:
public Void DecoratedColumn()

DecoratedColumn

Initializes a new instance of DecoratedColumn.

Signature:
public Void DecoratedColumn(field, decoration)
Parameters
Name Type Summary
field Field Field configuration.
decoration DecorationType Type of decoration to apply.

DecoratedColumn

Initializes a new instance of DecoratedColumn.

Signature:
public Void DecoratedColumn(field, repository, decoration)
Parameters
Name Type Summary
field Field Field configuration.
repository Repository Repository to which the column belongs to.
decoration DecorationType Type of decoration to apply.

DecoratedColumn

Initializes a new instance of DecoratedColumn.

Signature:
public Void DecoratedColumn(fieldName, decoration)
Parameters
Name Type Summary
fieldName String Column actual name.
decoration DecorationType Type of decoration to apply.

DecoratedColumn

Initializes a new instance of DecoratedColumn.

Signature:
public Void DecoratedColumn(name, fieldName, repository, decoration)
Parameters
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.

Properties

Decoration

Decoration for the column

Signature:
public DecorationType Decoration { get; set; }

Scope

The scope for the decoration

Signature:
public ScopeType Scope { get; set; }
Remarks

It only apply to a Sum or Average decorations