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

The BCExtensionCommand type exposes the following members.
Constructors

  NameDescription
Public methodBCExtensionCommand 
Initializes a new instance of the BCExtensionCommand class.
Public methodBCExtensionCommand(Icon)
Initializes a new instance of the BCExtensionCommand class.
Public methodBCExtensionCommand(String)
Initializes a new instance of the BCExtensionCommand class.
Public methodBCExtensionCommand(String, EventHandler CommandEventArgs )
Initializes a new instance of the BCExtensionCommand class.
Public methodBCExtensionCommand(String, Icon, EventHandler CommandEventArgs )
Initializes a new instance of the BCExtensionCommand class.
Back to Top
Methods

  NameDescription
Public methodOnlineCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from OnlineMarshalByRefObject.)
Public methodOnlineDispose 
Releases all resources used by the OnlineComponent.
(Inherited from OnlineComponent.)
Protected methodOnlineDispose(Boolean)
Releases the unmanaged resources used by the OnlineComponent and optionally releases the managed resources.
(Inherited from OnlineComponent.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Releases unmanaged resources and performs other cleanup operations before the OnlineComponent is reclaimed by garbage collection.
(Inherited from OnlineComponent.)
Protected methodGetCaption
Returns the caption of the menu item that invokes the command.
(Overrides BCExtensionCommandItem GetCaption .)
Protected methodGetChecked
Returns a value indicating whether the menu item is in the checked state.
(Overrides BCExtensionCommandItem GetChecked .)
Protected methodGetEnabled
Returns a value indicating whether the menu item can respond to user interaction.
(Overrides BCExtensionCommandItem GetEnabled .)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Protected methodGetIcon
Returns the icon to display on the menu item.
(Overrides BCExtensionCommandItem GetIcon .)
Protected methodGetIsSeparator
Returns a value indicating whether the instance represents a line used to group other items.
(Inherited from BCExtensionCommandItem.)
Public methodOnlineGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from OnlineMarshalByRefObject.)
Protected methodOnlineGetService
Returns an object that represents a service provided by the OnlineComponent or by its OnlineContainer.
(Inherited from OnlineComponent.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodGetVisible
Returns a value indicating whether the menu item is displayed.
(Overrides BCExtensionCommandItem GetVisible .)
Public methodOnlineInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from OnlineMarshalByRefObject.)
Protected methodOnlineMemberwiseClone 
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone(Boolean)
Creates a shallow copy of the current OnlineMarshalByRefObject object.
(Inherited from OnlineMarshalByRefObject.)
Protected methodOnExecute
Raises the Execute event.
(Inherited from BCExtensionCommandItem.)
Protected methodOnLoad
Raises the Load event.
(Inherited from BCExtensionCommandItem.)
Public methodToString
Returns a string that represents the current command.
(Overrides OnlineComponent ToString .)
Back to Top
Properties

  NameDescription
Protected propertyOnlineCanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Inherited from OnlineComponent.)
Public propertyCaption
Gets or sets the caption of the menu item that invokes the command.
Public propertyChecked
Gets or set a value indicating whether the menu item is in the checked state.
Public propertyOnlineContainer
Gets the OnlineIContainer that contains the OnlineComponent.
(Inherited from OnlineComponent.)
Protected propertyOnlineDesignMode
Gets a value that indicates whether the OnlineComponent is currently in design mode.
(Inherited from OnlineComponent.)
Public propertyEnabled
Gets or sets a value indicating whether the menu item can respond to user interaction.
Protected propertyOnlineEvents
Gets the list of event handlers that are attached to this OnlineComponent.
(Inherited from OnlineComponent.)
Public propertyIcon
Gets or sets the icon to display on the menu item.
Public propertyOnlineSite
Gets or sets the OnlineISite of the OnlineComponent.
(Inherited from OnlineComponent.)
Public propertyTag
Gets or sets the arbitrary object value that can be used to store custom information about this element.
(Inherited from BCExtensionCommandItem.)
Public propertyVisible
Gets or sets a value indicating whether the menu item is displayed.
(Inherited from BCExtensionCommandItem.)
Public propertyWizardEnabled
Gets or set a value indicating whether to enable a wizard for the menu item.
Back to Top
Events

  NameDescription
Public eventAfterWizard
Occurs when a wizard has been completed.
Public eventBeforeWizard
Occurs when a wizard is being initiated.
Public eventOnlineDisposed
Occurs when the component is disposed by a call to the OnlineDispose  method.
(Inherited from OnlineComponent.)
Public eventExecute
Occurs when the command is invoked.
(Inherited from BCExtensionCommandItem.)
Public eventLoad
Occurs when the command is loaded.
(Inherited from BCExtensionCommandItem.)
Back to Top
See Also