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 |