Click or drag to resize

BCSWorkArea Methods

The BCSWorkArea type exposes the following members.

Methods
  NameDescription
Public methodCanExecuteTransition
Determines whether a transition with the specified name is available.
Public methodDispose
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.)
Public methodEquals (Inherited from Object.)
Public methodExecuteTransition
Moves the work area to another state.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetSubWorkArea
Returns a sub-work area with the specified name.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnDispose
The method is called on the Dispose method call. Derived classes should override the method to perform custom disposing.
(Inherited from DisposableObject.)
Public methodSequence
Returns the default sequence that is unique within the work area.
Public methodSequence(String)
Returns a sequence that is unique within the work area.
Protected methodThrowIfDisposed
Throws the ObjectDisposedException exception if the underlying object has been disposed.
(Inherited from DisposableObject.)
Public methodToString (Inherited from Object.)
Top
See Also