The BCProjectCopyExtender type exposes the following members.
Back to Top
Back to Top
Back to Top
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.) |
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() | Allows an (Inherited from ![]() ![]() ![]() |
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | 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.
|
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | 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 (Inherited from DisposableObject.)![]() |
![]() | ![]() | (Inherited from ![]() |
![]() | 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.) |
![]() | Options |
Gets or sets options of project copy management.
|
![]() | UnderlyingObject |
Gets the underlying wrapped object.
(Inherited from DisposableObject.) |
See Also