BCProjectCopyExtender Class |
Namespace: BlueCieloECM.InnoCielo.Meridian.Client
The BCProjectCopyExtender type exposes the following members.
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.
|
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.) |
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 | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (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 | (Inherited from Object.) | |
OnDispose |
The method is called on Dispose.
(Overrides DisposableObjectOnDispose.) | |
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.
|