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
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExecuteTransition
Moves the work area to another state.
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetSubWorkArea
Returns a sub-work area with the specified name.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(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
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCreated
Gets the date the work area was created.
Public propertyCurrentState
Gets the current transition state of the work area.
Public propertyDepth
Gets the level of the work area. The main area is the top level (0).
Public propertyDisplayName
Gets or sets the display name of the work area.
Public propertyID
Gets the value that uniquely identifies the work area.
Public propertyInternalName Obsolete.
Gets the internal name of the work area.
Public propertyIsDisposed
Gets a value indicating whether the object has been disposed of.
(Inherited from DisposableObject.)
Public propertyMaintainsHistory
Gets a value indicating whether a history is kept during the lifetime of the work area.
Public propertyMetadata
Gets the metadata for the script object.
(Inherited from BCScriptObject.)
Public propertyName
Gets the internal name of the work area.
Public propertyParentWorkArea
Gets the parent work area.
Public propertyPath
Gets the context path of the work area. Lists all parent work areas separated by backslashes (\).
Public propertyRetainsHistory
Gets a value indicating whether the full history is retained after the work area has become inactive.
Public propertyStateFlags
Gets the type of the work area state.
Public propertyTemplateName
Gets the internal name of a template used to create the work area.
Public propertyUnderlyingObject
Gets the underlying wrapped object.
(Inherited from DisposableObject.)
Public propertyWorkIsolationMode
Gets a value indicating whether Work Isolation mode has been enabled for the work area.

See Also