Class FilterDefinition
Terminology provider filter definition
Inherited Members
Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
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 |