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
    Int32

    Name

    Gets or sets the name of the filter

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    String
    In this article
    Back to top Generated by DocFX