Class RelationshipFacet
Represents search options for searching relationships.
Inherited Members
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
[DataContract(Namespace = "http://ns.colectica.com/2009/07/")]
public class RelationshipFacet
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
[DataMember]
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
[DataMember]
public bool ReverseTraversal { get; set; }
Property Value
Type | Description |
---|---|
bool |