Class ItemFactBoxContext
Provides the non-UI context passed to an item FactBox provider.
public class ItemFactBoxContext
- Inheritance
-
ItemFactBoxContext
- Inherited Members
- Extension Methods
Constructors
ItemFactBoxContext()
Constructor.
public ItemFactBoxContext()
Properties
FactBoxDef
The FactBox definition.
public ItemFactBoxDef FactBoxDef { get; set; }
Property Value
FormClassName
The form class name.
public string FormClassName { get; set; }
Property Value
FormJsClassName
The JavaScript form class name.
public string FormJsClassName { get; set; }
Property Value
FormName
The form registration name.
public string FormName { get; set; }
Property Value
ItemPageClassName
The item page class name.
public string ItemPageClassName { get; set; }
Property Value
ItemPageJsClassName
The JavaScript item page class name.
public string ItemPageJsClassName { get; set; }
Property Value
KeyValue
The current item key value.
public object KeyValue { get; set; }
Property Value
Module
The data module.
[JsonIgnore]
public DataModule Module { get; set; }
Property Value
ModuleDef
The module definition.
[JsonIgnore]
public ModuleDef ModuleDef { get; }
Property Value
Row
The current item row.
[JsonIgnore]
public DataRow Row { get; set; }
Property Value
RowState
The current item row state.
public string RowState { get; set; }
Property Value
TableDef
The top table definition.
[JsonIgnore]
public TableDef TableDef { get; }