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

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.
Back to Top
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 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 manager object.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnDispose (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 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.)
Back to Top
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.)
Back to Top
See Also