StaticResourceInfo Class

Represents static application resource information.
Inheritance Hierarchy
SystemObject
  Dundas.BI.AppResourcesStaticResourceInfo

Namespace:  Dundas.BI.AppResources
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public sealed class StaticResourceInfo

The StaticResourceInfo type exposes the following members.

Constructors
  NameDescription
Public methodStaticResourceInfo
Initializes a new instance of the StaticResourceInfo class.
Top
Properties
  NameDescription
Public propertyId
Gets the ID of the resource file.
Public propertyName
Gets the name of the resource file.
Public propertyResourceFileType
Gets the type of the resource file.
Top
See Also