The BCWorkAreaExtender type exposes the following members.
Constructors
| 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.
|
Methods
| 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 | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Init | Obsolete.
Initializes the object.
This method is deprecated. Use the parameterized constructor of the BCWorkAreaExtender class.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnDispose |
The method is called on Dispose()()()().
(Overrides DisposableObject..::..OnDispose()()()().) | |
| 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.) |
Properties
| 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.
|