Skip to main content

CheckDuplicateNodeConfiguration

Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Transform

Configuration for checking if an entity with a matching attribute value already exists

public record CheckDuplicateNodeConfiguration : TargetPathNodeConfiguration, INodeConfiguration, IEquatable<NodeConfiguration>, ITargetPathNodeConfiguration, IEquatable<TargetPathNodeConfiguration>, IEquatable<CheckDuplicateNodeConfiguration>

Inheritance Object → NodeConfiguration → TargetPathNodeConfiguration → CheckDuplicateNodeConfiguration
Implements INodeConfiguration, IEquatable<NodeConfiguration>, ITargetPathNodeConfiguration, IEquatable<TargetPathNodeConfiguration>, IEquatable<CheckDuplicateNodeConfiguration>

Properties

CkTypeId

The CK type to search for duplicates

public RtCkId<CkTypeId> CkTypeId { get; set; }

Property Value

RtCkId<CkTypeId>

AttributeName

The attribute name to match against

public string AttributeName { get; set; }

Property Value

String

ValuePath

JSON path to the value to check for duplicates

public string ValuePath { get; set; }

Property Value

String

ExistingEntityPath

Output path for the existing entity if a duplicate is found (optional)

public string ExistingEntityPath { get; set; }

Property Value

String

TargetPath

public string TargetPath { get; set; }

Property Value

String

TargetValueWriteMode

public TargetValueWriteModes TargetValueWriteMode { get; set; }

Property Value

TargetValueWriteModes

TargetValueKind

public ValueKinds TargetValueKind { get; set; }

Property Value

ValueKinds

DocumentMode

public DocumentModes DocumentMode { get; set; }

Property Value

DocumentModes

Description

public string Description { get; set; }

Property Value

String

Constructors

CheckDuplicateNodeConfiguration()

Caution

Constructors of types with required members are not supported in this version of your compiler.


public CheckDuplicateNodeConfiguration()