Interface ITablePropertyRow
Строка значения определения свойства типа Table.
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface ITablePropertyRow : IPropertyOwner, IPropertyValueOwner, IAbleToHaveId, IDeleteableApiObject, IApiObject, IApiEntity, INotifyPropertyChanged
Properties
Owner
Владелец строки.
Declaration
IPropertyOwner Owner { get; }
Property Value
| Type | Description |
|---|---|
| IPropertyOwner |
OwningValue
Владеющее данной строкой значение типа Таблица.
Declaration
ITablePropertyValue OwningValue { get; }
Property Value
| Type | Description |
|---|---|
| ITablePropertyValue |
Position
Позиция строки в коллекции строк владеющего значения.
Declaration
int Position { get; set; }
Property Value
| Type | Description |
|---|---|
| int |