Show / Hide Table of Contents

Class LocatorPropertyFacet

Facet for searching for identifying content, such as user ids, digital signature or hashes

Inheritance
object
LocatorPropertyFacet
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 LocatorPropertyFacet

Properties

Locators

A list of unique locators to search for, locators within a facet are OR'd

Declaration
public List<string> Locators { get; set; }
Property Value
Type Description
List<string>

PropertyName

Optional property name to search

Declaration
public string PropertyName { get; set; }
Property Value
Type Description
string
Remarks

Defined type ids for string custom fields are also accepted. Empty property names will match against all present properties. The lower case type of UserId is used as property names, ie doi.

Extension Methods

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