Show / Hide Table of Contents

Class Relationship

Represents a relationship between two identified items.

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

Properties

Object

Gets or sets the identifier of the object item.

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

Subject

Gets or sets the identifier of the subject item.

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

Extension Methods

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