BuiltInResourceInfoData Class

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

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 BuiltInResourceInfoData

The BuiltInResourceInfoData type exposes the following members.

Constructors
  NameDescription
Public methodBuiltInResourceInfoData
Initializes a new instance of the BuiltInResourceInfoData class.
Top
Properties
  NameDescription
Public propertyBuiltInKind
Gets the kind of the built-in resource.
Public propertyModifiedTime
Gets the modified time.
Public propertyModuleId
Gets the module identifier.
Public propertyName
Gets the name.
Public propertyResourceKind
Gets the kind of the resource.
Public propertyTenantId
Gets the tenant identifier.
Public propertyTenantName
Gets or sets the tenant name if a tenant is present.
Top
See Also