Filter members

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a filter.

The Filter type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property BeginPoints Gets the beginpoints for the filter.
Public property CheckedOutTo Gets or sets the user the object is currently checked out to. (Inherited from FirstClassElement.)
Public property Comments Gets the collection of comments on the element. (Inherited from Element.)
Public property ContentType Gets or sets the type of object. (Inherited from FirstClassElement.)
Public property CreatedBy Gets or sets the user who created this version of the object. (Inherited from FirstClassElement.)
Public property CreatedDate Gets or sets the date that this version of the object was created. (Inherited from FirstClassElement.)
Public property CustomData Gets or sets optional information that is used by the filter.
Public property DataSourceLocation Gets or sets the location in the repository of the source of the selectable filter values.
Public property Description Gets or sets the description of the element. (Inherited from Element.)
Public property EndPoints Gets the endpoints for the filter.
Public property Folder Gets or sets the display folder that contains the object. (Inherited from FirstClassElement.)
Public property Guid Gets or sets the GUID of the object. (Inherited from FirstClassElement.)
Public property LastModified Gets or sets the date and time when the object was last updated. (Inherited from FirstClassElement.)
Public property Location Gets or sets the location of the object in the repository. (Inherited from FirstClassElement.)
Public property ModifiedBy Gets or sets the last user to modify the object. (Inherited from FirstClassElement.)
Public property Name Gets or sets the display name of the element. (Inherited from Element.)
Public property Owner Gets or sets the owner of the element. (Inherited from Element.)
Public property Properties Gets the collection of properties for this element. (Inherited from Element.)
Public property ReadOnly Gets or sets a Boolean value that indicates whether the filter is read-only.
Public property RendererClassName Gets or sets the fully qualified name of the class that renders the filter's Web server control.
Public property SelectionMode Gets or sets the selection mode for the filter: SingleSelect or MultiSelect.
Public property SubTypeId Gets or sets the unique identifier for this filter type.
Public property Version Gets or sets the version number of the object. (Inherited from FirstClassElement.)
Public property Visualization Gets or sets the type of visualization for the filter.

Top

Methods

  Name Description
Public method Clone Performs a deep copy of this object. (Overrides Element.Clone().)
Public method CompareTo Compares this object to another object for sorting purposes. (Inherited from Element.)
Public method CopyFrom Copies from another object. (Overrides FirstClassElement.CopyFrom(Element).)
Public methodStatic member CreateNew Creates a filter that is initialized with a random GUID.
Public method Diff Compares this object with another object and returns the differences. (Overrides FirstClassElement.Diff(Object).)
Public method Equals(Object) (Inherited from Object.)
Public method Equals(Element) Determines whether this object is equal to another object of the same type. (Inherited from Element.)
Public method Equals(Filter) Determines whether this object is equal to another object of the same type.
Public method Equals(FirstClassElement) Determines whether this object is equal to another object of the same type. (Inherited from FirstClassElement.)
Protected method Finalize (Inherited from Object.)
Public method GetChildFCOLocations Returns the location of the data source for this filter. (Overrides FirstClassElement.GetChildFCOLocations().)
Public method GetHashCode (Inherited from Object.)
Public methodStatic member GetRendererClassForNativeFCO Returns the renderer class for the filter if the filter is a native type.
Public method GetType (Inherited from Object.)
Public method InitBeginPoints Initializes the filter beginpoints.
Public method InitEndPoints Initializes the filter endpoints.
Public methodStatic member IsNativeFCO Determines whether the specified subTypeId is a native type.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method Validate Validates this object. (Inherited from FirstClassElement.)

Top

Fields

  Name Description
Public fieldStatic member UniqueDataSourceTypeId Represents the constant and unique name for a filter data source type.

Top

See also

Reference

Filter class

Microsoft.PerformancePoint.Scorecards namespace