Class ItemStructureTableInfo
Serializable table information for an item structure FactBox.
public class ItemStructureTableInfo
- Inheritance
-
ItemStructureTableInfo
- Inherited Members
- Extension Methods
Constructors
ItemStructureTableInfo()
Constructor.
public ItemStructureTableInfo()
Properties
Alias
The table alias.
public string Alias { get; set; }
Property Value
DetailField
The detail field.
public string DetailField { get; set; }
Property Value
DetailNames
The direct detail table names.
public List<string> DetailNames { get; set; }
Property Value
Details
The detail tables.
public List<ItemStructureTableInfo> Details { get; set; }
Property Value
FieldCount
The field count.
public int FieldCount { get; set; }
Property Value
Fields
The fields.
public List<ItemStructureFieldInfo> Fields { get; set; }
Property Value
IsDetail
True when this is a detail table.
public bool IsDetail { get; set; }
Property Value
IsOneToOne
True when this is a one-to-one detail table.
public bool IsOneToOne { get; set; }
Property Value
IsUiVisible
True when this table is UI visible.
public bool IsUiVisible { get; set; }
Property Value
JoinCount
The join table count.
public int JoinCount { get; set; }
Property Value
KeyField
The primary key field.
public string KeyField { get; set; }
Property Value
MasterField
The master field.
public string MasterField { get; set; }
Property Value
MasterName
The master table name.
public string MasterName { get; set; }
Property Value
Name
The table name.
public string Name { get; set; }
Property Value
StockCount
The stock select count.
public int StockCount { get; set; }
Property Value
Title
The table title.
public string Title { get; set; }
Property Value
VisibleFieldCount
The visible field count.
public int VisibleFieldCount { get; set; }