BCSWorkArea Class |
Namespace: BlueCieloECM.InnoCielo.Meridian.Scripting
The BCSWorkArea type exposes the following members.
Name | Description | |
---|---|---|
Created |
Gets the date the work area was created.
| |
CurrentState |
Gets the current transition state of the work area.
| |
Depth |
Gets the level of the work area. The main area is the top level (0).
| |
DisplayName |
Gets or sets the display name of the work area.
| |
ID |
Gets the value that uniquely identifies the work area.
| |
InternalName | Obsolete.
Gets the internal name of the work area.
| |
IsDisposed |
Gets a value indicating whether the object has been disposed of.
(Inherited from DisposableObject.) | |
MaintainsHistory |
Gets a value indicating whether a history is kept during the lifetime of the work area.
| |
Metadata |
Gets the metadata for the script object.
(Inherited from BCScriptObject.) | |
Name |
Gets the internal name of the work area.
| |
ParentWorkArea |
Gets the parent work area.
| |
Path |
Gets the context path of the work area. Lists all parent work areas separated by backslashes (\).
| |
RetainsHistory |
Gets a value indicating whether the full history is retained after the work area has become inactive.
| |
StateFlags |
Gets the type of the work area state.
| |
TemplateName |
Gets the internal name of a template used to create the work area.
| |
UnderlyingObject |
Gets the underlying wrapped object.
(Inherited from DisposableObject.) | |
WorkIsolationMode |
Gets a value indicating whether Work Isolation mode has been enabled for the work area.
|
Name | Description | |
---|---|---|
CanExecuteTransition |
Determines whether a transition with the specified name is available.
| |
Dispose |
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.) | |
Equals | (Inherited from Object.) | |
ExecuteTransition |
Moves the work area to another state.
| |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetSubWorkArea |
Returns a sub-work area with the specified name.
| |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDispose |
The method is called on the Dispose method call.
Derived classes should override the method to perform custom disposing.
(Inherited from DisposableObject.) | |
Sequence |
Returns the default sequence that is unique within the work area.
| |
Sequence(String) |
Returns a sequence that is unique within the work area.
| |
ThrowIfDisposed |
Throws the ObjectDisposedException exception if
the underlying object has been disposed.
(Inherited from DisposableObject.) | |
ToString | (Inherited from Object.) |