Table of Contents

Class DataObjectNode

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

public class DataObjectNode

Inheritance

objectDataObjectNode

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<DataObjectNode>(DataObjectNode)

Constructors

DataObjectNode()

public DataObjectNode()

Properties

DataClassId

public Guid DataClassId { get; set; }

Property Value

Guid

DataObject

public DynamicDataObject DataObject { get; set; }

Property Value

DynamicDataObject

DataObjectId

public string DataObjectId { get; set; }

Property Value

string