Skip to main content

AttributeSearchFilter

Namespace: Meshmakers.Octo.Runtime.Contracts.Repositories.Query

Represents a text search filter for specific attributes.

public class AttributeSearchFilter

Inheritance ObjectAttributeSearchFilter

Properties

SearchTerm

Search term that must exist in one of the given attributes

public object SearchTerm { get; }

Property Value

Object

AttributeNames

Attribute names to search in

public IEnumerable<string> AttributeNames { get; }

Property Value

IEnumerable<String>

Constructors

AttributeSearchFilter(IEnumerable<String>, Object)

Constructor

public AttributeSearchFilter(IEnumerable<string> attributeNames, object searchTerm)

Parameters

attributeNames IEnumerable<String>
List of attribute names

searchTerm Object
Search term that must exist in one of the given attributes