ExtensionPackageInfo Class

Defines properties which provide information about an extension package.
Inheritance Hierarchy

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 ExtensionPackageInfo

The ExtensionPackageInfo type exposes the following members.

Constructors
  NameDescription
Protected methodExtensionPackageInfo
Initializes 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 propertyName
Gets 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