Table of Contents

Class RelationshipEdge

Namespace: Casewhere.Gdpr.Runtime
Assembly: Casewhere.Gdpr.Runtime.dll

public class RelationshipEdge

Inheritance

objectRelationshipEdge

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<RelationshipEdge>(RelationshipEdge)

Constructors

RelationshipEdge()

public RelationshipEdge()

Properties

Node

public DataClassNode Node { get; set; }

Property Value

DataClassNode

ReferenceNode

public DataClassNode ReferenceNode { get; set; }

Property Value

DataClassNode

Methods

Contains(Guid)

public bool Contains(Guid dataClassId)

Parameters

dataClassId Guid

Returns

bool