Click or drag to resize

IDataExportService Properties

The IDataExportService type exposes the following members.

Properties
  NameDescription
Public propertyApplication
Gets or Sets the IAppContext object for the service.
(Inherited from IServiceInfo.)
Public propertyAttributes
Gets/Sets the service attributes.
(Inherited from IServiceInfo.)
Public propertyCategory
Gets/Sets the service category.
(Inherited from IServiceInfo.)
Public propertyCommandInfos
A list of MapperCommand items processed by this Service.
Public propertyComponentID
Gets/Sets the service ComponentID.
(Inherited from IServiceInfo.)
Public propertyDefaultFileExtension
The Default File Extension to use when exporting.
Public propertyDefaultMIMEType
The Default MIME type to use when saving / pushing the file to the browser.
Public propertyID
Gets/Sets the service ID.
(Inherited from IServiceInfo.)
Public propertyIsLegacy
If true, then we intend to use this service in its original, Excel-only, implementation.
Public propertyMapPropExportRowCount
The name of the property, on the Mapper, that contains the Row Count of the exported items.
Public propertyName
Gets/Sets the service name.
(Inherited from IServiceInfo.)
Public propertyProperties
The Properties collection of Property objects for this object.
(Inherited from IEAPBase.)
Public propertyTextItems
The TextItems collection of TextItem localized text objects for this object.
(Inherited from IEAPBase.)
Public propertyType
Gets/Sets the service type.
(Inherited from IServiceInfo.)
Public propertyVersion
Gets/sets the version of this object's assembly.
(Inherited from IEAPBase.)
Top
See Also