AttributeSearchFilter
Namespace: Meshmakers.Octo.Runtime.Contracts.Repositories.Query
Represents a text search filter for specific attributes.
public class AttributeSearchFilter
Inheritance Object → AttributeSearchFilter
Properties
SearchTerm
Search term that must exist in one of the given attributes
public object SearchTerm { get; }
Property Value
AttributePaths
Attribute paths to search in
public IEnumerable<string> AttributePaths { get; }
Property Value
Constructors
AttributeSearchFilter(IEnumerable<String>, Object)
Constructor
public AttributeSearchFilter(IEnumerable<string> attributePaths, object searchTerm)
Parameters
attributePaths
IEnumerable<String>
List of attribute paths
searchTerm
Object
Search term that must exist in one of the given attributes