ParameterMessage Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a filter message.
The ParameterMessage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ParameterMessage | Initializes a new instance of the ParameterMessage class. |
Top
Properties
Name | Description | |
---|---|---|
CustomDefinition | Gets or sets information (such as a query) that is required to retrieve parameter values for the parameter. (Inherited from ParameterDefinition.) | |
DashboardItemId | Gets or sets the identifier of the dashboard item that emits this message. | |
DefaultPostFormula | Gets or sets the default post formula for the parameter. (Inherited from ParameterDefinition.) | |
DisplayColumn | Gets or sets the column that contains the display names of the filter values. (Inherited from ParameterDefinition.) | |
DisplayName | Gets or sets the display name of this object. (Inherited from ParameterDefinition.) | |
DisplayValues | Gets or sets the display values for the filter control. (Inherited from ParameterDefinition.) | |
EmitterType | Gets or sets the type of beginpoint information that the filter emits. (Inherited from ParameterDefinition.) | |
IsDefaultColumn | Gets or sets the name of the column that indicates whether the filter value is the default. (Inherited from ParameterDefinition.) | |
KeyColumn | Gets or sets the column that contains the key identifiers for filter values. (Inherited from ParameterDefinition.) | |
MappingId | Gets or sets the identifier of the ParameterMapping object that governs the current instance. | |
ParameterProviderId | Gets or sets the identifier of the data provider that generates the list of selectable filter values. (Inherited from ParameterDefinition.) | |
ParameterUniqueName | Gets or sets the unique identifier of this object. (Inherited from ParameterDefinition.) | |
ParentKeyColumn | Gets or sets the name of the column that contains parent keys, used for hierarchical data. (Inherited from ParameterDefinition.) | |
Values | Gets or sets the values of the parameter message. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Performs a deep copy of this object. (Overrides ParameterDefinition.Clone().) | |
CopyFrom(ParameterDefinition) | Copies from another object of the same type. (Inherited from ParameterDefinition.) | |
CopyFrom(ParameterMessage) | Copies from another object of the same type. | |
CreateCacheKey | Creates a cache key. (Overrides ParameterDefinition.CreateCacheKey().) | |
Diff | Compares this object with another object and returns the differences. (Overrides ParameterDefinition.Diff(Object).) | |
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