SearchFilterDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Gets or sets a search filter.
public class SearchFilterDto
Inheritance Object → SearchFilterDto
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
SearchTerm
Gets or sets the search term.
public string SearchTerm { get; set; }
Property Value
AttributeNames
Gets or sets the attribute names.
public String[] AttributeNames { get; set; }
Property Value
Constructors
SearchFilterDto()
public SearchFilterDto()