Table of Contents

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

string

AllowStateTransition

Returns True if allowed.

public bool AllowStateTransition { get; }

Property Value

bool

CaptionTC

Returns the caption.

public string CaptionTC { get; }

Property Value

string

ConditionsScript

Returns a script with conditions that must be met before the action can be carried out.

public string ConditionsScript { get; }

Property Value

string

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

ConfirmStateTransition

ConfirmationQuestionTC

Returns the question to ask the user before carrying out this state transition.

public string ConfirmationQuestionTC { get; }

Property Value

string

ExplanationTC

Returns the explanation.

public string ExplanationTC { get; }

Property Value

string

OnExecuteScript

Returns a script to carry out when the state transition takes place.

public string OnExecuteScript { get; }

Property Value

string

Tag

Returns the initial tag for the state transition.

public string Tag { get; }

Property Value

string

VisibleScript

Returns a script that determins if the state transition is visible.

public string VisibleScript { get; }

Property Value

string