Search Results for

    Show / Hide Table of Contents

    Class FilterDefinition

    Terminology provider filter definition

    Inheritance
    object
    FilterDefinition
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.Terminology.TerminologyProvider.Core
    Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
    Syntax
    public class FilterDefinition

    Constructors

    FilterDefinition()

    Declaration
    public FilterDefinition()

    Properties

    ID

    Gets or sets the unique ID of the filter

    Declaration
    public int ID { get; set; }
    Property Value
    Type Description
    int

    Name

    Gets or sets the name of the filter

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string
    In this article
    • Constructors
      • FilterDefinition()
    • Properties
      • ID
      • Name
    Back to top Generated by DocFX