Interface ITableColumn
Колонка таблицы.
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface ITableColumn : IApiObject, IApiEntity, INotifyPropertyChanged
Properties
Contract
Возвращает или задает контракт.
Declaration
IContract Contract { get; }
Property Value
| Type | Description |
|---|---|
| IContract |
Definition
Возвращает или задает источник свойства.
Declaration
IPropertyDefinition Definition { get; }
Property Value
| Type | Description |
|---|---|
| IPropertyDefinition |
DisplayName
Возвращает название свойства.
Declaration
string DisplayName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Filter
Возвращает или задает фильтр.
Declaration
string Filter { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FilterValue
Возвращает или задает значение-фильтр.
Declaration
IPropertyValue FilterValue { get; set; }
Property Value
| Type | Description |
|---|---|
| IPropertyValue |
IsFiltered
Возвращает признак того, что колонка фильтруется.
Declaration
bool IsFiltered { get; }
Property Value
| Type | Description |
|---|---|
| bool |
|
MeasureUnit
Возвращает единицу измерения, в которой отображаются значения колонки.
Declaration
IMeasureUnit MeasureUnit { get; }
Property Value
| Type | Description |
|---|---|
| IMeasureUnit |
OrderType
Возвращает или задает тип сортировки.
Declaration
OrderType OrderType { get; set; }
Property Value
| Type | Description |
|---|---|
| OrderType |
PropertyQualifier
Квалификатор значения свойства.
Declaration
IPropertyQualifier PropertyQualifier { get; }
Property Value
| Type | Description |
|---|---|
| IPropertyQualifier |
Table
Возвращает таблицу.
Declaration
ITable Table { get; }
Property Value
| Type | Description |
|---|---|
| ITable |
UniqueCellValues
Возвращает свойства с уникальными значениями для данной колонки.
Declaration
IApiReadOnlyCollection<ITableCellValue> UniqueCellValues { get; }
Property Value
| Type | Description |
|---|---|
| IApiReadOnlyCollection<ITableCellValue> |
Methods
ClearFilter()
Очищает фильтр.
Declaration
void ClearFilter()