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 (26.2.0.1000)
Syntax
public interface IAppResourceService

The IAppResourceService type exposes the following members.

Properties
 NameDescription
Public propertyStaticResourceFileTypesGets the static resource file types.
Top
Methods
 NameDescription
Public methodDeleteBuiltInResourceDeletes the built-in resource.
Public methodDeleteStaticResourceDeletes the static resource.
Public methodGetBuiltInResource Gets the built-in resource.
Public methodGetBuiltInResourceInfoGets information about the built-in resource of the specified type, for the specified tenant.
Public methodGetBuiltInResourceInfosGets 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 methodGetStaticResourceInfosGets the static resource information objects.
Public methodStoreBuiltInResource Stores the built-in resource.
Public methodStoreStaticResource Stores the static resource.
Top
See Also