Class RelationshipFacet
Represents search options for searching relationships.
Inheritance
System.Object
RelationshipFacet
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
public class RelationshipFacet : object
Constructors
RelationshipFacet()
Initializes a new instance of the RelationshipFacet class.
Declaration
public RelationshipFacet()
Properties
Predicate
Gets or sets the predicate that search results must match. See RelationshipPredicates.
Declaration
public Guid Predicate { get; set; }
Property Value
Type | Description |
---|---|
Guid |
ReverseTraversal
Gets or sets a value indicating whether relationships are traversed toward children (false) or parents (true).
Declaration
public bool ReverseTraversal { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |