Search Results for

    Show / Hide Table of Contents

    Class FilterExpressionParser

    Inheritance
    System.Object
    FilterExpressionParser
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.TranslationMemory
    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
    Syntax
    public class FilterExpressionParser

    Constructors

    FilterExpressionParser(IFieldDefinitions)

    Declaration
    public FilterExpressionParser(IFieldDefinitions fieldDeclarations)
    Parameters
    Type Name Description
    IFieldDefinitions fieldDeclarations

    Methods

    Parse(String)

    Declaration
    public FilterExpression Parse(string s)
    Parameters
    Type Name Description
    System.String s
    Returns
    Type Description
    FilterExpression

    Parse(String, IFieldDefinitions)

    Declaration
    public static FilterExpression Parse(string expression, IFieldDefinitions fieldDeclarations)
    Parameters
    Type Name Description
    System.String expression
    IFieldDefinitions fieldDeclarations
    Returns
    Type Description
    FilterExpression

    On this page

    Back to top Generated by DocFX