Share via


ParameterDefinition Members (Microsoft.PerformancePoint.Scorecards)

The class that represents a ParameterDefinition—the nonvisual portion of filter definition at design time. This class carries the state necessary to generate a filter selection list that is not already defined in a data source.

The following tables list the members exposed by the ParameterDefinition type.

Public Constructors

  Name Description
Public method ParameterDefinition Initializes a new instance of the ParameterDefinition class.

Top

Public Properties

  Name Description
Public property CustomDefinition The custom definition of a filter object.
Public property DefaultPostFormula The default Post Formula for this filter. This value is used when the Post Formula editor is opened in Dashboard Designer.
Public property DisplayColumn The column name that contains the display name of the filter values.
Public property DisplayName The display name of the filter.
Public property DisplayValues The display values for the filter.
Public property EmitterType The type of beginpoint, which describes the type of information that the filter emits.
Public property IsDefaultColumn The column name that indicates if the filter value is the default.
Public property KeyColumn The column name that contains the key identifier for filter values.
Public property ParameterProviderId The ID of the data provider that generates the list of selectable filter values.
Public property ParameterUniqueName The unique name of the filter. This name should be unique within the DashboardItem.
Public property ParentKeyColumn The column name that contains the parent key column.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Clone Returns a deep copy clone of the current instance.
Public method CopyFrom Makes a copy from another object.
Public method Diff Compares this object with another object and returns the differences.
Public method Equals  Overloaded. (inherited from Object)
Public method GetHashCode  (inherited from Object)
Public method GetType  (inherited from Object)
Public methodStatic ReferenceEquals  (inherited from Object)
Public method ToString  (inherited from Object)

Top

Protected Methods

  Name Description
Protected method Finalize  (inherited from Object)
Protected method MemberwiseClone  (inherited from Object)

Top

See Also

Reference

ParameterDefinition Class
Microsoft.PerformancePoint.Scorecards Namespace