Class repState
- Namespace
- PolarStudio
- Assembly
- PolarStudio.dll
This class contains the details of a state in the repository.
public class repState
- Inheritance
-
repState
- Inherited Members
- Extension Methods
Properties
CaptionTC
Returns the caption.
public string CaptionTC { get; }
Property Value
Description
Returns the description.
public string Description { get; }
Property Value
ExplanationTC
Returns the explanation.
public string ExplanationTC { get; }
Property Value
LayoutProperties
Returns the layout properties (top/left) for showing the state in the editor.
public string LayoutProperties { get; }
Property Value
Name
Returns the name.
public string Name { get; }
Property Value
Notes
Returns the notes.
public string Notes { get; }
Property Value
SysStateID
Returns the SysStateID in the repository.
public int SysStateID { get; }
Property Value
Table
Returns the table in the repository this state is part of.
public repTable Table { get; }
Property Value
Tag
Returns the default tag of the state.
public string Tag { get; }
Property Value
Methods
AllowedStateTransitions(BudaDataSet)
Returns the state transitions that are allowed in this state for the specified dataset.
public repStateTransitions AllowedStateTransitions(BudaDataSet pDataSet)
Parameters
pDataSet
BudaDataSetThe dataset to use.
Returns
- repStateTransitions
A list of allowed state transitions.
AllowedStateTransitions(int)
Returns the state transitions that are allowed in this state for the specified group.
public repStateTransitions AllowedStateTransitions(int pSysGroupID)
Parameters
pSysGroupID
intThe SysGroupID to get het allowed state transitions for.
Returns
- repStateTransitions
A list of allowed state transitions.