Table of Contents

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

string

Description

Returns the description.

public string Description { get; }

Property Value

string

ExplanationTC

Returns the explanation.

public string ExplanationTC { get; }

Property Value

string

LayoutProperties

Returns the layout properties (top/left) for showing the state in the editor.

public string LayoutProperties { get; }

Property Value

string

Name

Returns the name.

public string Name { get; }

Property Value

string

Notes

Returns the notes.

public string Notes { get; }

Property Value

string

SysStateID

Returns the SysStateID in the repository.

public int SysStateID { get; }

Property Value

int

Table

Returns the table in the repository this state is part of.

public repTable Table { get; }

Property Value

repTable

Tag

Returns the default tag of the state.

public string Tag { get; }

Property Value

string

Methods

AllowedStateTransitions(BudaDataSet)

Returns the state transitions that are allowed in this state for the specified dataset.

public repStateTransitions AllowedStateTransitions(BudaDataSet pDataSet)

Parameters

pDataSet BudaDataSet

The 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 int

The SysGroupID to get het allowed state transitions for.

Returns

repStateTransitions

A list of allowed state transitions.