ParameterDefinition Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the non-visual portion of a filter definition at design time.
The ParameterDefinition type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ParameterDefinition | Initializes a new instance of the ParameterDefinition class. |
Top
Properties
Name | Description | |
---|---|---|
CustomDefinition | Gets or sets information (such as a query) that is required to retrieve parameter values for the parameter. | |
DefaultPostFormula | Gets or sets the default post formula for the parameter. | |
DisplayColumn | Gets or sets the column that contains the display names of the filter values. | |
DisplayName | Gets or sets the display name of this object. | |
DisplayValues | Gets or sets the display values for the filter control. | |
EmitterType | Gets or sets the type of beginpoint information that the filter emits. | |
IsDefaultColumn | Gets or sets the name of the column that indicates whether the filter value is the default. | |
KeyColumn | Gets or sets the column that contains the key identifiers for filter values. | |
ParameterProviderId | Gets or sets the identifier of the data provider that generates the list of selectable filter values. | |
ParameterUniqueName | Gets or sets the unique identifier of this object. | |
ParentKeyColumn | Gets or sets the name of the column that contains parent keys, used for hierarchical data. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Performs a deep clone of this object. | |
CopyFrom | Copies from another object of the same type. | |
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