The BCProjectCopyExtender type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BCProjectCopyExtender()()()() | Obsolete.
Initializes a new instance of the BCProjectCopyExtender class.
| |
BCProjectCopyExtender(BCDocument) |
Initializes a new instance of the BCProjectCopyExtender class.
| |
BCProjectCopyExtender(BCDocument, BCServiceProvider) |
Initializes a new instance of the BCProjectCopyExtender class.
| |
BCProjectCopyExtender(BCDocument, BCServiceProvider, IWin32Window) |
Initializes a new instance of the BCProjectCopyExtender class.
|
Methods
Name | Description | |
---|---|---|
ConfirmMerged |
Confirms that the project copy is merged with master.
| |
ConfirmSuperseded |
Confirms that the project copy is superseded by master.
| |
DiscardFromProject |
Discards the project copy from the project.
| |
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 BCProjectCopyExtender class.
| |
LockMasterDocument()()()() |
Locks the master document from which the project copy was made.
| |
LockMasterDocument(BCDocument) |
Locks the master document from which the project copy was made.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnDispose |
The method is called on Dispose()()()().
(Overrides DisposableObject..::..OnDispose()()()().) | |
ReleaseToMaster()()()() |
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.
| |
ReleaseToMaster(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.
| |
ReleaseToMaster(BCDocument, Boolean) |
Releases the project copy as a revision of the master document.
| |
ThrowIfDisposed |
Throws the ObjectDisposedException exception if
the underlying object has been disposed.
(Inherited from DisposableObject.) | |
ToString | (Inherited from Object.) | |
UnlockFromProject |
Unlocks the project copy from its project.
| |
UnlockMasterDocument()()()() |
Unlocks the master document from which the project copy was made.
| |
UnlockMasterDocument(BCDocument) |
Unlocks the master document from which the project copy was made.
|
Properties
Name | Description | |
---|---|---|
Document |
Gets the project copy under management.
| |
IsDisposed |
Gets a value indicating whether the object has been disposed of.
(Inherited from DisposableObject.) | |
UnderlyingObject |
Gets the underlying wrapped object.
(Inherited from DisposableObject.) |