Share via


ScriptDependency Members

Include Protected Members
Include Inherited Members

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

The ScriptDependency type exposes the following members.

Constructors

  Name Description
Public method ScriptDependency(String) Initializes a new instance of the ScriptDependency class based on a script dependency.
Public method ScriptDependency(String, String) Initializes a new instance of the ScriptDependency class based on a script dependency.
Public method ScriptDependency(String, String, Boolean) Initializes a new instance of the ScriptDependency class based on a script dependency.

Top

Properties

  Name Description
Public property AssemblyName The name of the assembly that contains the script or a null reference (Nothing in Visual Basic) if the script is path-based.
Public property ForceRelease Indicates whether to override the script-mode check for debug or release versions.
Public property ScriptLocation The relative path of the script file, or the identifier of the script file when it is embedded as a resource in an assembly.

Top

Methods

  Name Description
Public method Equals(Object) Determines whether the current object is equal to another object. (Overrides ValueType.Equals(Object).)
Public method Equals(ScriptDependency) Determines whether the current object is equal to another object of the same type.
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Returns the hash code for this object. (Overrides ValueType.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from ValueType.)

Top

Operators

  Name Description
Public operatorStatic member Equality Compares two objects for equality.
Public operatorStatic member Inequality Compares two objects for inequality.

Top

See Also

Reference

ScriptDependency Structure

Microsoft.PerformancePoint.Scorecards.Script Namespace