Class RelationshipEdge
Namespace: Casewhere.Gdpr.Runtime
Assembly: Casewhere.Gdpr.Runtime.dll
public class RelationshipEdge
Inheritance
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
ReferenceNode
public DataClassNode ReferenceNode { get; set; }
Property Value
Methods
Contains(Guid)
public bool Contains(Guid dataClassId)
Parameters
dataClassId
Guid