Skip to main content

ApplyChangesNodeConfiguration

Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Load

Configuration node object for apply changes to the object in mongodb

public record ApplyChangesNodeConfiguration : PathNodeConfiguration, INodeConfiguration, IEquatable<NodeConfiguration>, IPathNodeConfiguration, IEquatable<PathNodeConfiguration>, IEquatable<ApplyChangesNodeConfiguration>

Inheritance Object → NodeConfiguration → PathNodeConfiguration → ApplyChangesNodeConfiguration
Implements INodeConfiguration, IEquatable<NodeConfiguration>, IPathNodeConfiguration, IEquatable<PathNodeConfiguration>, IEquatable<ApplyChangesNodeConfiguration>

Properties

Path

public string Path { get; set; }

Property Value

String

Description

public string Description { get; set; }

Property Value

String

Constructors

ApplyChangesNodeConfiguration()

public ApplyChangesNodeConfiguration()