Click or drag to resize

IState Interface

Represents a state in the same model or in another model.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public interface IState

The IState type exposes the following members.

Methods
  NameDescription
Public methodGetStateDisplayName
Gets the state's display name.
Public methodGetStateGuid
Gets the state's GUID.
Public methodGetStateName
Gets the state's name.
Top
See Also