ExtensionPackageInfo Class

Defines properties which provide information about an extension package.
Inheritance Hierarchy
SystemObject
  Dundas.BI.ExtensibilityExtensionPackageInfo
    Dundas.BI.ExtensibilityExtensionPackageInfo2

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

The ExtensionPackageInfo type exposes the following members.

Constructors
 NameDescription
Protected methodExtensionPackageInfoInitializes a new instance of the ExtensionPackageInfo class
Top
Properties
 NameDescription
Public propertyAuthor Gets the name of the extension package author.
Public propertyCopyright Gets the copyright text associated with the extension package.
Public propertyDisplayName Gets the localized display name of the extension package.
Public propertyId Gets the unique identifier of the extension package.
Public propertyNameGets the name of the extension package.
Public propertyVersion Gets the version of the extension package.
Top
Methods
 NameDescription
Public methodOnLoaded Called after the extension package is loaded during engine startup.
Top
See Also