The BCObjectExtender type exposes the following members.

Constructors

  NameDescription
Public methodBCObjectExtender()()()() Obsolete.
Initializes a new instance of the BCObjectExtender class.
Public methodBCObjectExtender(BCRepositoryObject)
Initializes a new instance of the BCObjectExtender class.
Public methodBCObjectExtender(BCRepositoryObject, BCServiceProvider)
Initializes a new instance of the BCObjectExtender class.
Public methodBCObjectExtender(BCRepositoryObject, BCServiceProvider, IWin32Window)
Initializes a new instance of the BCObjectExtender class.

Methods

  NameDescription
Public methodAfterDelete
Raises the AfterDelete event.
Public methodAfterEditRedline
Raises the AfterEditRedline event.
Public methodAfterInvoke()()()()
Raises the AfterInvoke event.
Public methodAfterInvoke(String)
Raises the AfterInvoke event.
Public methodAfterPrint
Raises the AfterDraftPrint event.
Public methodAfterReplaceContent
Raises the AfterReplaceContent event.
Public methodBeforeDelete
Raises the BeforeDelete event.
Public methodBeforeEditRedline
Raises the BeforeEditRedline event.
Public methodBeforeInvoke
Raises the BeforeInvoke event.
Public methodBeforePrint()()()()
Raises the BeforeDraftPrint event (without showing an object in the print preview screen).
Public methodBeforePrint(Boolean)
Raises the BeforeDraftPrint event.
Public methodBeforeReplaceContent
Raises the BeforeReplaceContent event.
Public methodCalculateFileName
Raises events that occur when the file name for an object is recalculated.
Public methodChangeDocumentType
Raises events that occur when the document type of a document is changed.
Public methodDispose
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInit Obsolete.
Initializes the manager object.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnDispose
The method is called on Dispose()()()().
(Overrides DisposableObject..::..OnDispose()()()().)
Public methodPrint()()()()
Prints the document without showing Print Setup dialog.
Public methodPrint(Boolean)
Prints the document.
Public methodRename
Raises events that occur when an object is renamed.
Public methodRunNewWizard()()()()
Shows wizards and raises events that occur when an object is created.
Public methodRunNewWizard(String)
Shows wizards and raises events that occur when an object is created.
Public methodRunNewWizard(String, BCFolder)
Shows wizards and raises events that occur when an object is created.
Public methodRunNewWizard(String, BCFolder, NewDocFlags)
Shows wizards and raises events that occur when an object is created.
Protected methodThrowIfDisposed
Throws the ObjectDisposedException exception if the underlying object has been disposed.
(Inherited from DisposableObject.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyExtendedObject
Gets the object being extended.
Public propertyIsDisposed
Gets a value indicating whether the object has been disposed of.
(Inherited from DisposableObject.)
Public propertyUnderlyingObject
Gets the underlying wrapped object.
(Inherited from DisposableObject.)

See Also