DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ModuleList.SearchSuggestionFilter

    Represents a filter used to retrieve search suggestions.

    Inheritance
    object
    ModuleList.SearchSuggestionFilter
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Structure.Modules
    Assembly: DataWeb.Core.dll
    Syntax
    public class ModuleList.SearchSuggestionFilter

    Properties

    Name

    Gets or sets the name of the field to get suggestions for.

    Declaration
    [Required(ErrorMessage = "Name is required")]
    public string Name { get; set; }
    Property Value
    Type Description
    string

    Value

    Gets or sets the partial value to match suggestions against.

    Declaration
    [Required(ErrorMessage = "Value is required")]
    public string Value { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX