StaticResourceInfoData Class

Base data contract object for returning an StaticResourceInfo through REST API.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsStaticResourceInfoData

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 StaticResourceInfoData

The StaticResourceInfoData type exposes the following members.

Constructors
  NameDescription
Public methodStaticResourceInfoData
Initializes a new instance of the StaticResourceInfoData 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