BCProjectCopyExtender MethodsMeridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
The BCProjectCopyExtender type exposes the following members.
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 methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodInitObsolete.
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 methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnDispose (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 OnlineObjectDisposedException exception if the underlying object has been disposed.
(Inherited from DisposableObject.)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
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.
Back to Top
See Also