Skip to main content

ApplyChangesNodeConfiguration2

Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Load

Configuration node object for apply changes to the object in mongodb

public record ApplyChangesNodeConfiguration2 : NodeConfiguration, INodeConfiguration, IEquatable<NodeConfiguration>, IEquatable<ApplyChangesNodeConfiguration2>

Inheritance Object → NodeConfiguration → ApplyChangesNodeConfiguration2
Implements INodeConfiguration, IEquatable<NodeConfiguration>, IEquatable<ApplyChangesNodeConfiguration2>

Properties

EntityUpdatesPath

The path to the entity update

public string EntityUpdatesPath { get; set; }

Property Value

String

AssociationUpdatesPath

The path to the association update

public string AssociationUpdatesPath { get; set; }

Property Value

String

Description

public string Description { get; set; }

Property Value

String

Constructors

ApplyChangesNodeConfiguration2()

public ApplyChangesNodeConfiguration2()