BCProjectCopyExtender MembersMeridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions

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.
Back to Top
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
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 propertyOptions
Gets or sets options of project copy management.
Public propertyUnderlyingObject
Gets the underlying wrapped object.
(Inherited from DisposableObject.)
Back to Top
See Also