Show / Hide Table of Contents

Class GetRelationshipsRequest

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

Inheritance
object
GetRelationshipsRequest
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 GetRelationshipsRequest

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 define 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