Search Results for

    Show / Hide Table of Contents

    Class PrefixFilter

    Filters field's values based on a prefix

    Inheritance
    System.Object
    FilterBase
    PrefixFilter
    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: System.Dynamic.ExpandoObject
    Syntax
    public class PrefixFilter : FilterBase

    Properties

    Field

    The field's name to execute the filter on. It is composed by the field ids of the hierarchy joined with "."
    (i.e. personLayer.address.street).

    Declaration
    public string Field { get; set; }
    Property Value
    System.String

    Prefix

    The value to be used as prefix.

    Declaration
    public string Prefix { get; set; }
    Property Value
    System.String

    Methods

    FromJson(String)

    Declaration
    public static PrefixFilter FromJson(string data)
    Parameters
    System.String data

    Returns
    PrefixFilter

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX