Show / Hide Table of Contents

Class TypedRelationship

Represents a relationship between two identified items, and includes each item's type.

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

Properties

Object

Gets or sets the typed identifier of the object item.

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

Subject

Gets or sets the typed identifier of the subject item.

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

Extension Methods

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