Skip to main content

SearchFilterDto

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Gets or sets a search filter.

public class SearchFilterDto

Inheritance ObjectSearchFilterDto

Properties

Type

Gets or sets the search filter types.

public Nullable<SearchFilterTypesDto> Type { get; set; }

Property Value

Nullable<SearchFilterTypesDto>

Language

Gets or sets the language

public string Language { get; set; }

Property Value

String

SearchTerm

Gets or sets the search term.

public string SearchTerm { get; set; }

Property Value

String

AttributeNames

Gets or sets the attribute names.

public String[] AttributeNames { get; set; }

Property Value

String[]

Constructors

SearchFilterDto()

public SearchFilterDto()