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
Boolean

Extension Methods

Extensions.Yield<T>(T)
In This Article
Back to top Generated by DocFX