DecoratedPredicateColumn

A column used to configure a decoreated predcate.

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

Constructors

DecoratedPredicateColumn

Initializes a new instance of DecoratedPredicateColumn.

Signature:
public Void DecoratedPredicateColumn(field, decoration, repository, parameterName)
Parameters
Name Type Summary
field Field Field configuration.
decoration DecorationType Decoration to apply.
repository Repository The repository to which the column belongs to.
parameterName String The name of the parameter for this column

DecoratedPredicateColumn

Initializes a new instance of DecoratedPredicateColumn.

Signature:
public Void DecoratedPredicateColumn(fieldName, type, decoration, repository, parameterName)
Parameters
Name Type Summary
fieldName String The name of the field.
type DbType Data type of the field.
decoration DecorationType Decoration to apply.
repository Repository The repository to which the column belongs to.
parameterName String The name of the parameter for this column

Properties

Decoration

Decoration to apply.

Signature:
public DecorationType Decoration { get; set; }

ParameterName

The name of the parameter for this column.

Signature:
public String ParameterName { get; set; }

Scope

The scope for the decoration.

Signature:
public ScopeType Scope { get; set; }

Type

Column data type.

Signature:
public DbType Type { get; set; }