Interface ITableCellValue
Значение ячейки таблицы.
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface ITableCellValue : IApiObject, IApiEntity, INotifyPropertyChanged
Properties
PropertyDefinition
Возвращает определение свойства.
Declaration
IPropertyDefinition PropertyDefinition { get; }
Property Value
| Type | Description |
|---|---|
| IPropertyDefinition |
PropertyValue
Возвращает значение ячейки.
Declaration
IPropertyValue PropertyValue { get; }
Property Value
| Type | Description |
|---|---|
| IPropertyValue |