Table of Contents

Class ItemStructureTableInfo

Namespace
Tripous.Data
Assembly
Tripous.Data.dll

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

string

DetailField

The detail field.

public string DetailField { get; set; }

Property Value

string

DetailNames

The direct detail table names.

public List<string> DetailNames { get; set; }

Property Value

List<string>

Details

The detail tables.

public List<ItemStructureTableInfo> Details { get; set; }

Property Value

List<ItemStructureTableInfo>

FieldCount

The field count.

public int FieldCount { get; set; }

Property Value

int

Fields

The fields.

public List<ItemStructureFieldInfo> Fields { get; set; }

Property Value

List<ItemStructureFieldInfo>

IsDetail

True when this is a detail table.

public bool IsDetail { get; set; }

Property Value

bool

IsOneToOne

True when this is a one-to-one detail table.

public bool IsOneToOne { get; set; }

Property Value

bool

IsUiVisible

True when this table is UI visible.

public bool IsUiVisible { get; set; }

Property Value

bool

JoinCount

The join table count.

public int JoinCount { get; set; }

Property Value

int

KeyField

The primary key field.

public string KeyField { get; set; }

Property Value

string

MasterField

The master field.

public string MasterField { get; set; }

Property Value

string

MasterName

The master table name.

public string MasterName { get; set; }

Property Value

string

Name

The table name.

public string Name { get; set; }

Property Value

string

StockCount

The stock select count.

public int StockCount { get; set; }

Property Value

int

Title

The table title.

public string Title { get; set; }

Property Value

string

VisibleFieldCount

The visible field count.

public int VisibleFieldCount { get; set; }

Property Value

int