Click or drag to resize

BCProjectCopyExtender Class

Represents an object that manages a project copy document.
Inheritance Hierarchy
SystemObject
  BlueCieloECM.InnoCielo.MeridianDisposableObject
    BlueCieloECM.InnoCielo.Meridian.ClientBCProjectCopyExtender

Namespace:  BlueCieloECM.InnoCielo.Meridian.Client
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public class BCProjectCopyExtender : DisposableObject

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.
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.)
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 methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInit Obsolete.
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 methodMemberwiseClone (Inherited from Object.)
Protected methodOnDispose (Overrides DisposableObjectOnDispose.)
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 ObjectDisposedException exception if the underlying object has been disposed.
(Inherited from DisposableObject.)
Public methodToString (Inherited from Object.)
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.
Top
Remarks
Supported BC Meridian version is BC-2008a Build 2120 (or higher).
See Also