ExtensionManifestData Class

Base data contract object for returning a ExtensionManifest object through REST.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsExtensionManifestData

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class ExtensionManifestData

The ExtensionManifestData type exposes the following members.

Constructors
 NameDescription
Public methodExtensionManifestData Initializes a new instance of the ExtensionManifestData class.
Top
Properties
 NameDescription
Public propertyAuthorGets the author.
Public propertyCopyrightGets the copyright.
Public propertyDisplayNameGets the display name.
Public propertyIdGets the identifier.
Public propertyIsLoaded Gets or sets a value indicating whether this extension has been loaded in the current app domain.
Public propertyIsProtectedGets a value indicating whether the extension package is protected.
Public propertyNameGets the name.
Public propertyVersionGets the version.
Top
Methods
 NameDescription
Public methodStatic memberToDataContractMapping The mapping between ExtensionManifest and ExtensionManifestData.
Top
See Also