IAppResourceService Interface

Provides methods for managing application resources.

Namespace:  Dundas.BI.AppResources
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public interface IAppResourceService

The IAppResourceService type exposes the following members.

Properties
  NameDescription
Public propertyStaticResourceFileTypes
Gets the static resource file types.
Top
Methods
  NameDescription
Public methodDeleteBuiltInResource
Deletes the built-in resource.
Public methodDeleteStaticResource
Deletes the static resource.
Public methodGetBuiltInResource
Gets the built-in resource.
Public methodGetBuiltInResourceInfo
Gets information about the built-in resource of the specified type, for the specified tenant.
Public methodGetBuiltInResourceInfos
Gets information about all the built-in resources.
Public methodGetStaticResource(Guid, StaticResourceInfo, Boolean)
Gets the static resource.
Public methodGetStaticResource(String, StaticResourceInfo, Boolean)
Gets the static resource.
Public methodGetStaticResourceInfos
Gets the static resource information objects.
Public methodStoreBuiltInResource
Stores the built-in resource.
Public methodStoreStaticResource
Stores the static resource.
Top
See Also