GridViewTransformReference Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a reference to a scorecard transform.
The GridViewTransformReference type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GridViewTransformReference() | Initializes a new instance of the GridViewTransformReference class. | |
GridViewTransformReference(String) | Initializes a new instance of the GridViewTransformReference class based on the transform with the specified identifier. | |
GridViewTransformReference(GridViewTransformReference) | Initializes a new instance of the GridViewTransformReference class based on another GridViewTransformReference object. | |
GridViewTransformReference(String, PropertyBag) | Initializes a new instance of the GridViewTransformReference class based on the object with the specified identifier and with the specified parameters. |
Top
Properties
Name | Description | |
---|---|---|
Id | Gets or sets the identifier of the transform. | |
Parameters | Gets or sets the parameters for the transform. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Performs a deep copy of this object. | |
Diff | Compares this object with another object and returns the differences. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top