ComponentBase Class

A base class for components inside the extension package.
Inheritance Hierarchy
SystemObject
  Dundas.BI.ExtensibilityComponentBase
    More...

Namespace:  Dundas.BI.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1000)
Syntax
public abstract class ComponentBase

The ComponentBase type exposes the following members.

Constructors
  NameDescription
Protected methodComponentBase
Initializes a new instance of the ComponentBase class
Top
Properties
  NameDescription
Public propertyComponentDescription
Gets the standard component description.
Public propertyComponentId
Gets the component ID.
Public propertyComponentName
Gets the standard component name.
Public propertyIsEnabled
Gets a value indicating whether the component is enabled.
Public propertyPackageId
Gets the ID of the extension package to which the component belongs.
Top
Methods
  NameDescription
Protected methodLocalize
Localizes the specified string using the engine localization service.
Top
See Also
Inheritance Hierarchy