Class repStateTransitionSettings
- Namespace
- PolarStudio
- Assembly
- PolarStudio.dll
This class contains the group specific settings of a state transition.
public class repStateTransitionSettings
- Inheritance
-
repStateTransitionSettings
- Inherited Members
- Extension Methods
Properties
ActionImageTC
Returns the image to show on the state transtion button. Not used formally.
public string ActionImageTC { get; }
Property Value
AllowStateTransition
Returns True if allowed.
public bool AllowStateTransition { get; }
Property Value
CaptionTC
Returns the caption.
public string CaptionTC { get; }
Property Value
ConditionsScript
Returns a script with conditions that must be met before the action can be carried out.
public string ConditionsScript { get; }
Property Value
Confirm
Returns if the state transition is to be confirmed by the user. (0: No; 1:Yes, no note; 2: Yes, note optional, 3: Yes, note required)
public ConfirmStateTransition Confirm { get; }
Property Value
ConfirmationQuestionTC
Returns the question to ask the user before carrying out this state transition.
public string ConfirmationQuestionTC { get; }
Property Value
ExplanationTC
Returns the explanation.
public string ExplanationTC { get; }
Property Value
OnExecuteScript
Returns a script to carry out when the state transition takes place.
public string OnExecuteScript { get; }
Property Value
Tag
Returns the initial tag for the state transition.
public string Tag { get; }
Property Value
VisibleScript
Returns a script that determins if the state transition is visible.
public string VisibleScript { get; }