Search Results for

    Show / Hide Table of Contents

    Class FdoFilter

    The base class of all FDO filter expressions

    Inheritance
    System.Object
    FdoParseable
    FdoFilter
    FdoLogicalOperator
    FdoSearchCondition
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: OSGeo.FDO.Expressions
    Assembly: OSGeo.FDO.Expressions.dll
    Syntax
    public abstract class FdoFilter : FdoParseable

    Properties

    | Improve this Doc View Source

    FilterType

    The filter type

    Declaration
    public abstract FilterType FilterType { get; }
    Property Value
    Type Description
    FilterType
    | Improve this Doc View Source

    ParseableType

    The parseable type

    Declaration
    public override FdoParseableType ParseableType { get; }
    Property Value
    Type Description
    FdoParseableType
    Overrides
    FdoParseable.ParseableType

    Methods

    | Improve this Doc View Source

    Parse(String)

    Parses the given FDO filter string

    Declaration
    public static FdoFilter Parse(string str)
    Parameters
    Type Name Description
    System.String str
    Returns
    Type Description
    FdoFilter
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng