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 (24.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 ExtensionPackageInfoAuthor.)
Protected propertyAuthorGenerator
Gets the author generator.
Public propertyCopyright
Gets the copyright text associated with the extension package.
(Overrides ExtensionPackageInfoCopyright.)
Protected propertyCopyrightGenerator
Gets the copyright generator.
Public propertyDisplayName
Gets the localized display name of the extension package.
(Overrides ExtensionPackageInfoDisplayName.)
Protected propertyDisplayNameGenerator
Gets the display name generator.
Public propertyId
Gets the unique identifier of the extension package.
(Overrides ExtensionPackageInfoId.)
Public propertyName
Gets the name of the extension package.
(Overrides ExtensionPackageInfoName.)
Public propertyVersion
Gets the version of the extension package.
(Overrides ExtensionPackageInfoVersion.)
Top
Methods
  NameDescription
Public methodOnLoaded
Called after the extension package is loaded during engine startup.
(Inherited from ExtensionPackageInfo.)
Top
See Also