Show / Hide Table of Contents

Class GetTypedRelationshipsRequest

Gets a matrix representing all items in a set and the relationships among those items.

Inheritance
Object
GetTypedRelationshipsRequest
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 GetTypedRelationshipsRequest

Properties

Facet

The facet describing how the search should be performed.

Declaration
[Required]
public RelationshipFacet Facet { get; set; }
Property Value
Type Description
RelationshipFacet

RootItems

The root items that defines the set.

Declaration
[Required]
public Collection<IdentifierInRequest> RootItems { get; set; }
Property Value
Type Description
Collection<IdentifierInRequest>

Extension Methods

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