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 (26.2.0.1000)
Syntax
public sealed class ExtensionManifest

The ExtensionManifest type exposes the following members.

Properties
 NameDescription
Public propertyAuthorGets the author.
Public propertyCopyrightGets the copyright.
Public propertyDisplayNameGets the display name.
Public propertyEnumeratingTypesErrorExemptAssembliesGets the list of names of referenced assemblies that are exempt from logging enumerating types error.
Public propertyExtensionFolderNameGets the name of the extension folder.
Public propertyExtensionPurposesGets the extension purposes.
Public propertyIdGets the identifier.
Public propertyIsEnabledGets a value indicating whether the extension is enabled.
Public propertyIsProtectedGets a value indicating whether the extension package is protected.
Public propertyMainAssemblyNameGets the name of the main assembly.
Public propertyNameGets the name.
Public propertyRequireHostGets the name of the host required to run this extension.
Public propertySupportedRuntimesGets the supported runtimes.
Public propertyVersionGets the version.
Top
See Also