Show / Hide Table of Contents

Class SearchTypedSetRequest

Searches the specified set of items according to the provided search options.

Inheritance
object
SearchTypedSetRequest
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Colectica.Repository.Api.Requests.V1
Assembly: Algenta.Colectica.Model.dll
Syntax
public class SearchTypedSetRequest

Properties

Facet

The parameters for the set search.

Declaration
[Required]
public SetSearchFacet Facet { get; set; }
Property Value
Type Description
SetSearchFacet

RootItem

The root item that defines the set to search.

Declaration
[Required]
public IdentifierInRequest RootItem { get; set; }
Property Value
Type Description
IdentifierInRequest

Extension Methods

Extensions.Yield<T>(T)
In this article
Back to top Generated by DocFX