Table of Contents

Class ItemStructureFactBoxData

Namespace
Tripous.Data
Assembly
Tripous.Data.dll

Serializable data describing the structure of an item module.

public class ItemStructureFactBoxData
Inheritance
ItemStructureFactBoxData
Inherited Members
Extension Methods

Constructors

ItemStructureFactBoxData()

Constructor.

public ItemStructureFactBoxData()

Properties

FormClassName

The form class name.

public string FormClassName { get; set; }

Property Value

string

FormJsClassName

The JavaScript form class name.

public string FormJsClassName { get; set; }

Property Value

string

ItemPageClassName

The item page class name.

public string ItemPageClassName { get; set; }

Property Value

string

ItemPageJsClassName

The JavaScript item page class name.

public string ItemPageJsClassName { get; set; }

Property Value

string

ModuleClassName

The module class name.

public string ModuleClassName { get; set; }

Property Value

string

ModuleGroup

The module group.

public string ModuleGroup { get; set; }

Property Value

string

ModuleJsClassName

The JavaScript module class name.

public string ModuleJsClassName { get; set; }

Property Value

string

ModuleName

The module name.

public string ModuleName { get; set; }

Property Value

string

ModuleTitle

The module title.

public string ModuleTitle { get; set; }

Property Value

string

Table

The top table.

public ItemStructureTableInfo Table { get; set; }

Property Value

ItemStructureTableInfo

TableCount

The number of tables in the item table tree.

public int TableCount { get; set; }

Property Value

int

VisibleTableCount

The number of UI visible tables in the item table tree.

public int VisibleTableCount { get; set; }

Property Value

int