Search Results for

    Show / Hide Table of Contents

    Class FdoExpression

    The base class of all FDO expressions

    Inheritance
    System.Object
    FdoParseable
    FdoExpression
    FdoBinaryExpression
    FdoFunction
    FdoIdentifier
    FdoUnaryExpression
    FdoValueExpression
    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 FdoExpression : FdoParseable

    Properties

    | Improve this Doc View Source

    ExpressionType

    The expression type

    Declaration
    public abstract ExpressionType ExpressionType { get; }
    Property Value
    Type Description
    ExpressionType
    | 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 expression string

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