DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / FilterOperationExpression Class
Properties Methods


In This Topic
    FilterOperationExpression Class Members
    In This Topic

    The following tables list the members exposed by FilterOperationExpression.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the FilterUnaryExpression class.  
    Top
    Public Properties
     NameDescription
    Public PropertyThe current filter operation: e.g. for a text filter, the FilterOperation is one of: 'Contains', 'StartsWith'.  
    Public PropertyPath of the data item used get the value to which the expression will be applied.  
    Public PropertyThe filter info value used when applying the filter. e.g. when creating a text filter: text.StartsWith("AAA"), the Value would be "AAA".  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden.   
    Public MethodOverridden. Serves as the default hash function.  
    Public MethodReturns a System.String that represents this instance.  
    Top
    See Also