The BCProjectCopyExtender type exposes the following members.

Constructors

  NameDescription
Public methodBCProjectCopyExtender()()()() Obsolete.
Initializes a new instance of the BCProjectCopyExtender class.
Public methodBCProjectCopyExtender(BCDocument)
Initializes a new instance of the BCProjectCopyExtender class.
Public methodBCProjectCopyExtender(BCDocument, BCServiceProvider)
Initializes a new instance of the BCProjectCopyExtender class.
Public methodBCProjectCopyExtender(BCDocument, BCServiceProvider, IWin32Window)
Initializes a new instance of the BCProjectCopyExtender class.

Methods

  NameDescription
Public methodConfirmMerged
Confirms that the project copy is merged with master.
Public methodConfirmSuperseded
Confirms that the project copy is superseded by master.
Public methodDiscardFromProject
Discards the project copy from the project.
Public methodDispose
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInit Obsolete.
Initializes the object. This method is deprecated. Use the parameterized constructor of the BCProjectCopyExtender class.
Public methodLockMasterDocument()()()()
Locks the master document from which the project copy was made.
Public methodLockMasterDocument(BCDocument)
Locks the master document from which the project copy was made.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnDispose
The method is called on Dispose()()()().
(Overrides DisposableObject..::..OnDispose()()()().)
Public methodReleaseToMaster()()()()
Releases the project copy as a revision of the master document. Assumes that the project copy was changed and a new master revision will be created.
Public methodReleaseToMaster(BCDocument)
Releases the project copy as a revision of the master document. Assumes that the project copy was changed and a new master revision will be created.
Public methodReleaseToMaster(BCDocument, Boolean)
Releases the project copy as a revision of the master document.
Protected methodThrowIfDisposed
Throws the ObjectDisposedException exception if the underlying object has been disposed.
(Inherited from DisposableObject.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodUnlockFromProject
Unlocks the project copy from its project.
Public methodUnlockMasterDocument()()()()
Unlocks the master document from which the project copy was made.
Public methodUnlockMasterDocument(BCDocument)
Unlocks the master document from which the project copy was made.

Properties

  NameDescription
Public propertyDocument
Gets the project copy under management.
Public propertyIsDisposed
Gets a value indicating whether the object has been disposed of.
(Inherited from DisposableObject.)
Public propertyUnderlyingObject
Gets the underlying wrapped object.
(Inherited from DisposableObject.)

See Also