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 (24.3.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 propertyAuthor
Gets the author.
Public propertyCopyright
Gets the copyright.
Public propertyDisplayName
Gets the display name.
Public propertyId
Gets the identifier.
Public propertyIsLoaded
Gets or sets a value indicating whether this extension has been loaded in the current app domain.
Public propertyIsProtected
Gets a value indicating whether the extension package is protected.
Public propertyName
Gets the name.
Public propertyVersion
Gets the version.
Top
Methods
  NameDescription
Public methodStatic memberToDataContractMapping
The mapping between ExtensionManifest and ExtensionManifestData.
Top
See Also