Share via


ResourceDependencies Class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Defines resources that are required to render a Web Part.

Inheritance Hierarchy

System.Object
  Microsoft.PerformancePoint.Scorecards.Script.ResourceDependencies

Namespace:  Microsoft.PerformancePoint.Scorecards.Script
Assembly:  Microsoft.PerformancePoint.Scorecards.Script (in Microsoft.PerformancePoint.Scorecards.Script.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class ResourceDependencies
'Usage
Dim instance As ResourceDependencies
[SerializableAttribute]
public class ResourceDependencies

Remarks

Resources can include cascading style sheets (CSS), script files, and a custom rendering script for the Web Part.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ResourceDependencies Members

Microsoft.PerformancePoint.Scorecards.Script Namespace