ParameterMapping members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the mapping information between a ParameterDefinition object and a DashboardItem object.
The ParameterMapping type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ParameterMapping | Initializes a new instance of the ParameterMapping class. |
Top
Properties
Name | Description | |
---|---|---|
ConditionalData | Gets or sets the data that specifies the parameter's conditional behavior. | |
DashboardItemId | Gets or sets the identifier of the DashboardItem object that is the source of the parameter. | |
EndPointUniqueName | Gets or sets the unique name of the endpoint attached to the mapping. | |
Id | Gets or sets the identifier of the current instance. | |
IsConditionalDataEnabled | Gets or sets a Boolean value that indicates whether conditional behavior is enabled for the parameter. | |
IsDefaultVisibility | Gets or sets a Boolean value that indicates whether the Web Part is shown by default when the provider does not enable any consumers through configured visible values. | |
ParameterUniqueName | Gets or sets the unique name of the parameter. | |
PostFormula | Gets or sets the post formula expression of the parameter. | |
SourceColumnName | Gets or sets the column name that that pulls selected values for the parameter associated with the object that is identified in the DashboardItemId property. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Performs a deep copy of this object. | |
CreateCacheKey | Creates a cache key. | |
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