Show / Hide Table of Contents

Class TypedRelationship

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

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

Properties

Object

Gets or sets the typed identifier of the object item.

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

Subject

Gets or sets the typed identifier of the subject item.

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

Extension Methods

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