Show / Hide Table of Contents

Class Relationship

Represents a relationship between two identified items.

Inheritance
System.Object
Relationship
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
public class Relationship : object

Properties

Object

Gets or sets the identifier of the object item.

Declaration
public IdentifierTriple Object { get; set; }
Property Value
Type Description
IdentifierTriple

Subject

Gets or sets the identifier of the subject item.

Declaration
public IdentifierTriple Subject { get; set; }
Property Value
Type Description
IdentifierTriple

Extension Methods

Extensions.Yield<T>(T)
Back to top Copyright © 2009-2018 Colectica