ExtensionManifest Class

Class represents extension manifest.
Inheritance Hierarchy
SystemObject
  Dundas.BI.ExtensibilityExtensionManifest

Namespace:  Dundas.BI.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1000)
Syntax
public sealed class ExtensionManifest

The ExtensionManifest type exposes the following members.

Properties
  NameDescription
Public propertyAuthor
Gets the author.
Public propertyCopyright
Gets the copyright.
Public propertyDisplayName
Gets the display name.
Public propertyEnumeratingTypesErrorExemptAssemblies
Gets the list of names of referenced assemblies that are exempt from logging enumerating types error.
Public propertyExtensionFolderName
Gets the name of the extension folder.
Public propertyExtensionPurposes
Gets the extension purposes.
Public propertyId
Gets the identifier.
Public propertyIsEnabled
Gets a value indicating whether the extension is enabled.
Public propertyIsProtected
Gets a value indicating whether the extension package is protected.
Public propertyMainAssemblyName
Gets the name of the main assembly.
Public propertyName
Gets the name.
Public propertyRequireHost
Gets the name of the host required to run this extension.
Public propertySupportedRuntimes
Gets the supported runtimes.
Public propertyVersion
Gets the version.
Top
See Also