ExtensionPackageInfo2 Class

Defined default constructor and protected properties that might be overwritten in derived classes.
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 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 propertyAuthorGeneratorGets the author generator.
Public propertyCopyright Gets the copyright text associated with the extension package.
(Overrides ExtensionPackageInfoCopyright)
Protected propertyCopyrightGeneratorGets the copyright generator.
Public propertyDisplayName Gets the localized display name of the extension package.
(Overrides ExtensionPackageInfoDisplayName)
Protected propertyDisplayNameGeneratorGets the display name generator.
Public propertyId Gets the unique identifier of the extension package.
(Overrides ExtensionPackageInfoId)
Public propertyNameGets 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