Click or drag to resize

BCWorkPackage Methods

The BCWorkPackage type exposes the following members.

Methods
  NameDescription
Public methodAddDocument
Assigns a document to the work area.
Public methodDispose
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.)
Public methodDocuments
Returns the collection of documents assigned to the work area. The collection is sorted ascending on the DisplayName property value.
Public methodDocuments(BCCollectionBaseBCPropertyDef)
Returns the collection of documents assigned to the work area. The collection is sorted ascending on the DisplayName property value.
Public methodDocuments(BCCollectionBaseBCPropertyDef, SortKind)
Returns the collection of documents assigned to the work area.
Public methodEquals (Inherited from Object.)
Public methodExecuteTransition(BCWorkPackageTransition)
Moves the work area to another state.
Public methodExecuteTransition(BCWorkPackageTransition, BCBaseline, BCBaseline)
Moves the work area to another state.
Public methodExecuteTransition(BCWorkPackageTransition, BCBaseline, BCBaseline, Boolean)
Moves the work area to another state.
Protected methodFinalize (Inherited from Object.)
Public methodGetBaseline
Returns a baselines with the specified ID property value created in the work area.
Public methodGetHashCode (Inherited from Object.)
Public methodGetSelection
Returns a selection with the specified ID property value.
Public methodGetSequence
Returns a sequence with the specified name. If the sequence does not exist, creates it.
(Inherited from BCRepositoryObject.)
Public methodGetSequenceList
Returns an array of all available sequences.
(Inherited from BCRepositoryObject.)
Public methodGetSubWorkPackage
Returns a sub-work area with the specified ID property value.
Public methodGetType (Inherited from Object.)
Public methodGetWorkList
Returns a work list in the work area with the specified ID property value.
Public methodLoadProperties
Returns a property collection for a property set with the specified name.
(Inherited from BCRepositoryObject.)
Public methodMakeSelection
Returns a new selection object from the given collection of documents.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodNewBaseline
Creates a new baseline.
Public methodNewSelection
Creates a new selection.
Public methodNewSubWorkPackage
Creates a new sub-work area.
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 methodReleaseDocument(BCDocument)
Releases a document to the parent area with no reassignment.
Public methodReleaseDocument(BCDocument, Boolean)
Releases a document to the parent area.
Public methodRemoveDocument(BCDocument)
Discards/revokes a document from the work area with no reassignment.
Public methodRemoveDocument(BCDocument, Boolean)
Discards/revokes a document from the work area.
Public methodRemoveSubWorkPackage
Removes the given sub-work area.
Public methodSaveProperties
Saves a property collection.
(Inherited from BCRepositoryObject.)
Protected methodThrowIfDisposed
Throws the ObjectDisposedException exception if the underlying object has been disposed.
(Inherited from DisposableObject.)
Public methodToString (Inherited from Object.)
Top
See Also