PropertyValueSelectorFilterRule<T> Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The PropertyValueSelectorFilterRule class supports filtering against a property of an object. Based on the type of the property a collection of filter rules are available to be used.
generic <typename T>
where T : IComparablepublic ref class PropertyValueSelectorFilterRule : Microsoft::Management::UI::Internal::SelectorFilterRule
[System.Serializable]
public class PropertyValueSelectorFilterRule<T> : Microsoft.Management.UI.Internal.SelectorFilterRule where T : IComparable
[<System.Serializable>]
type PropertyValueSelectorFilterRule<'T (requires 'T :> IComparable)> = class
inherit SelectorFilterRule
Public Class PropertyValueSelectorFilterRule(Of T)
Inherits SelectorFilterRule
- T
The generic parameter.
- Inheritance
- Attributes
Property |
Creates a new PropertyValueSelectorFilterRule instance. |
Property |
Creates a new PropertyValueSelectorFilterRule instance. |
Available |
Gets the collection of available rules. (Inherited from SelectorFilterRule) |
Display |
Gets a display friendly name for the FilterRule. (Inherited from FilterRule) |
Is |
Gets a value indicating whether the rule can be evaluated. (Inherited from SelectorFilterRule) |
Property |
Gets the name of the property on the item to evaluate which holds the real value which should be evaluated. |
Evaluate(Object) |
Evaluates whether the item is inclusive. |
Notify |
Fires EvaluationResultInvalidated. (Inherited from FilterRule) |
On |
Called when the SelectedValue within AvailableRules changes. (Inherited from SelectorFilterRule) |
Evaluation |
Occurs when the values of this rule changes. (Inherited from FilterRule) |
Deep |
Creates a deep copy of a FilterRule. |
Product | Versies |
---|---|
Windows PowerShell | 5.1.0.0 |