ExportProviderData Class

The DTO object for a ExportProviderInfo object.
Inheritance Hierarchy

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 ExportProviderData : BaseDataContract

The ExportProviderData type exposes the following members.

Constructors
  NameDescription
Public methodExportProviderData
Initializes a new instance of the ExportProviderData class.
Top
Properties
  NameDescription
Public propertyCreatesFile
Gets a value indicating whether this export provider creates a file or not.
Public propertyDescription
Gets the export provider description.
Public propertyHasCustomConfigurationUI
Gets a value indicating whether this export provider is using a custom configuration UI.
Public propertyIconUri
Gets a value indicating the relative path to be used as the provider's icon in the toolbar.
Public propertyId
Gets the export provider ID.
Public propertyName
Gets the export provider name.
Public propertyProviderKinds
Gets a value indicating whether this export provider is available from share, notifications or both.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
See Also