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 | |
---|---|---|
![]() |
ScriptDependency(String) | Initializes a new instance of the ScriptDependency class based on a script dependency. |
![]() |
ScriptDependency(String, String) | Initializes a new instance of the ScriptDependency class based on a script dependency. |
![]() |
ScriptDependency(String, String, Boolean) | Initializes a new instance of the ScriptDependency class based on a script dependency. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
AssemblyName | The name of the assembly that contains the script or a null reference (Nothing in Visual Basic) if the script is path-based. |
![]() |
ForceRelease | Indicates whether to override the script-mode check for debug or release versions. |
![]() |
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 | |
---|---|---|
![]() |
Equals(Object) | Determines whether the current object is equal to another object. (Overrides ValueType.Equals(Object).) |
![]() |
Equals(ScriptDependency) | Determines whether the current object is equal to another object of the same type. |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | Returns the hash code for this object. (Overrides ValueType.GetHashCode().) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from ValueType.) |
Top
Operators
Name | Description | |
---|---|---|
![]() ![]() |
Equality | Compares two objects for equality. |
![]() ![]() |
Inequality | Compares two objects for inequality. |
Top