Open this page in the API Guide

ExtensionPackageInfo2 Class

Defined default constructor and protected properties that might be overwritten in derived classes.
Inheritance Hierarchy

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

The ExtensionPackageInfo2 type exposes the following members.

Constructors
  NameDescription
Protected methodExtensionPackageInfo2
Initializes a new instance of the ExtensionPackageInfo2 class.
Top
Properties
  NameDescription
Public propertyAuthor
Gets the name of the extension package author.
(Overrides ExtensionPackageInfo.Author.)
Protected propertyAuthorGenerator
Gets the author generator.
Public propertyCopyright
Gets the copyright text associated with the extension package.
(Overrides ExtensionPackageInfo.Copyright.)
Protected propertyCopyrightGenerator
Gets the copyright generator.
Public propertyDisplayName
Gets the localized display name of the extension package.
(Overrides ExtensionPackageInfo.DisplayName.)
Protected propertyDisplayNameGenerator
Gets the display name generator.
Public propertyId
Gets the unique identifier of the extension package.
(Overrides ExtensionPackageInfo.Id.)
Public propertyName
Gets the name of the extension package.
(Overrides ExtensionPackageInfo.Name.)
Public propertyVersion
Gets the version of the extension package.
(Overrides ExtensionPackageInfo.Version.)
Top
Methods
  NameDescription
Public methodOnLoaded
Called after the extension package is loaded during engine startup.
(Inherited from ExtensionPackageInfo.)
Top
See Also