BCWorkAreaExtender Class |
Namespace: BlueCieloECM.InnoCielo.Meridian.Client
The BCWorkAreaExtender type exposes the following members.
Name | Description | |
---|---|---|
BCWorkAreaExtender | Obsolete.
Initializes a new instance of the BCWorkAreaExtender class.
| |
BCWorkAreaExtender(BCWorkPackage) |
Initializes a new instance of the BCWorkAreaExtender class.
| |
BCWorkAreaExtender(BCWorkPackage, BCServiceProvider) |
Initializes a new instance of the BCWorkAreaExtender class.
| |
BCWorkAreaExtender(BCWorkPackage, BCServiceProvider, IWin32Window) |
Initializes a new instance of the BCWorkAreaExtender class.
|
Name | Description | |
---|---|---|
IsDisposed |
Gets a value indicating whether the object has been disposed of.
(Inherited from DisposableObject.) | |
UnderlyingObject |
Gets the underlying wrapped object.
(Inherited from DisposableObject.) | |
WorkArea |
Gets the work area under management.
|
Name | Description | |
---|---|---|
AddDocument |
Assigns a document to the work area.
| |
ChangeState(BCWorkPackageTransition) |
Moves the work area to another state in User mode.
| |
ChangeState(BCWorkPackageTransition, Boolean) |
Moves the work area to another state using the specified mode.
| |
Dispose |
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Init | Obsolete.
Initializes the object.
This method is deprecated. Use the parameterized constructor of the BCWorkAreaExtender class.
| |
MemberwiseClone | (Inherited from Object.) | |
OnDispose |
The method is called on Dispose.
(Overrides DisposableObjectOnDispose.) | |
ReleaseDocument(BCDocument) |
Releases a document to the parent area with no reassignment.
| |
ReleaseDocument(BCDocument, Boolean) |
Releases a document to the parent area.
| |
RemoveDocument(BCDocument) |
Discards/revokes a document from the work area with no reassignment.
| |
RemoveDocument(BCDocument, Boolean) |
Discards/revokes a document from the work area.
| |
ThrowIfDisposed |
Throws the ObjectDisposedException exception if
the underlying object has been disposed.
(Inherited from DisposableObject.) | |
ToString | (Inherited from Object.) |