Skip to main content

GetPipelineConfigByCkTypeIdNodeConfiguration

Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Extract

Configuration for node to get pipeline configuration by CkTypeId

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

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

Properties

CkTypeId

The CkTypeId to search for (static value)

public string CkTypeId { get; set; }

Property Value

String

CkTypeIdPath

JSON path to get the CkTypeId from the input data

public string CkTypeIdPath { 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

GetPipelineConfigByCkTypeIdNodeConfiguration()

public GetPipelineConfigByCkTypeIdNodeConfiguration()