Search Results for

    Show / Hide Table of Contents

    Class FilterDefinition

    Terminology provider filter definition

    Inheritance
    System.Object
    FilterDefinition
    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.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
    System.Int32

    Name

    Gets or sets the name of the filter

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    On this page

    • Constructors
      • FilterDefinition()
    • Properties
      • ID
      • Name
    Back to top Generated by DocFX