DataSource for Entity Framework in WPF
C1.Data.DataSource Namespace / FilterDescriptor Class
Fields Properties Methods


In This Topic
    FilterDescriptor Class Members
    In This Topic

    The following tables list the members exposed by FilterDescriptor.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)The default value of the IgnoredValue property.  
    Public Fieldstatic (Shared in Visual Basic)The System.Windows.DependencyProperty for the IgnoredValue property.  
    Public Fieldstatic (Shared in Visual Basic)The DependencyProperty for the IsCaseSensitive property.  
    Public Fieldstatic (Shared in Visual Basic)The DependencyProperty for the Operator property.  
    Public Fieldstatic (Shared in Visual Basic)The DependencyProperty for the PropertyPath property.  
    Public Fieldstatic (Shared in Visual Basic)The DependencyProperty for the Value property.  
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.Windows.DependencyObject)
    Public Property (Inherited from System.Windows.Threading.DispatcherObject)
    Public PropertyGets or sets the value for the right operand for which this filter should be ignored.  
    Public PropertyGets or sets a value indicating whether the FilterDescriptor is case sensitive for string values.  
    Public Property (Inherited from System.Windows.DependencyObject)
    Public PropertyGets or sets the filter operator.  
    Public PropertyGets or sets the name of the property path used as the left operand.  
    Public PropertyGets or sets the value of the right operand.  
    Top
    Public Methods
    Protected Methods
     NameDescription
    Protected Method (Inherited from System.Windows.DependencyObject)
    Top
    See Also