Class UiTableInfo
public class UiTableInfo
- Inheritance
-
UiTableInfo
- Inherited Members
- Extension Methods
Properties
DetailList
Visible multi-row detail tables associated with this table tree.
public List<UiDetailTableInfo> DetailList { get; }
Property Value
FieldList
FieldDef to Avalonia.Controls.Control association list, for top tables and IsOneToOne = true single-row detail tables.
public List<UiFieldInfo> FieldList { get; set; }
Property Value
OneToOneList
Visible one-to-one detail tables associated with this table tree.
public List<UiTableInfo> OneToOneList { get; }
Property Value
Table
The table.
public MemTable Table { get; set; }
Property Value
TableDef
The table definition.
public TableDef TableDef { get; set; }