A column used to configure a decoreated predcate.
Initializes a new instance of DecoratedPredicateColumn.
public Void DecoratedPredicateColumn(field, decoration, repository, parameterName)
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 |
Initializes a new instance of DecoratedPredicateColumn.
public Void DecoratedPredicateColumn(fieldName, type, decoration, repository, parameterName)
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 |
Decoration to apply.
public DecorationType Decoration { get; set; }
The name of the parameter for this column.
public String ParameterName { get; set; }
The scope for the decoration.
public ScopeType Scope { get; set; }
Column data type.
public DbType Type { get; set; }
In this document