Show / Hide Table of Contents

Class RelationshipFacet

Represents search options for searching relationships.

Inheritance
object
RelationshipFacet
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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

Extension Methods

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