BCWorkPackage Methods |
The BCWorkPackage type exposes the following members.
Name | Description | |
---|---|---|
AddDocument |
Assigns a document to the work area.
| |
Dispose |
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.) | |
Documents |
Returns the collection of documents assigned to the work area.
The collection is sorted ascending on the DisplayName property value.
| |
Documents(BCCollectionBaseBCPropertyDef) |
Returns the collection of documents assigned to the work area.
The collection is sorted ascending on the DisplayName property value.
| |
Documents(BCCollectionBaseBCPropertyDef, SortKind) |
Returns the collection of documents assigned to the work area.
| |
Equals | (Inherited from Object.) | |
ExecuteTransition(BCWorkPackageTransition) |
Moves the work area to another state.
| |
ExecuteTransition(BCWorkPackageTransition, BCBaseline, BCBaseline) |
Moves the work area to another state.
| |
ExecuteTransition(BCWorkPackageTransition, BCBaseline, BCBaseline, Boolean) |
Moves the work area to another state.
| |
Finalize | (Inherited from Object.) | |
GetBaseline |
Returns a baselines with the specified ID property value
created in the work area.
| |
GetHashCode | (Inherited from Object.) | |
GetSelection |
Returns a selection with the specified ID property value.
| |
GetSequence |
Returns a sequence with the specified name.
If the sequence does not exist, creates it.
(Inherited from BCRepositoryObject.) | |
GetSequenceList |
Returns an array of all available sequences.
(Inherited from BCRepositoryObject.) | |
GetSubWorkPackage |
Returns a sub-work area with the specified ID property value.
| |
GetType | (Inherited from Object.) | |
GetWorkList |
Returns a work list in the work area with the specified ID property value.
| |
LoadProperties |
Returns a property collection for a property set with the specified name.
(Inherited from BCRepositoryObject.) | |
MakeSelection |
Returns a new selection object from the given collection of documents.
| |
MemberwiseClone | (Inherited from Object.) | |
NewBaseline |
Creates a new baseline.
| |
NewSelection |
Creates a new selection.
| |
NewSubWorkPackage |
Creates a new sub-work area.
| |
OnDispose |
The method is called on the Dispose method call.
Derived classes should override the method to perform custom disposing.
(Inherited from DisposableObject.) | |
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.
| |
RemoveSubWorkPackage |
Removes the given sub-work area.
| |
SaveProperties |
Saves a property collection.
(Inherited from BCRepositoryObject.) | |
ThrowIfDisposed |
Throws the ObjectDisposedException exception if
the underlying object has been disposed.
(Inherited from DisposableObject.) | |
ToString | (Inherited from Object.) |