JoinNodeConfiguration
Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Transform
Import from excel node
public record JoinNodeConfiguration : PathNodeConfiguration, INodeConfiguration, IEquatable<NodeConfiguration>, IPathNodeConfiguration, IEquatable<PathNodeConfiguration>, IEquatable<JoinNodeConfiguration>
Inheritance Object → NodeConfiguration → PathNodeConfiguration → JoinNodeConfiguration
Implements INodeConfiguration, IEquatable<NodeConfiguration>, IPathNodeConfiguration, IEquatable<PathNodeConfiguration>, IEquatable<JoinNodeConfiguration>
Properties
KeyPath
Key path in the source data to match against the join path
public string KeyPath { get; set; }
Property Value
JoinPath
The path to an array of items to join with the source data
public string JoinPath { get; set; }
Property Value
JoinKeyPath
The path to the key in the join array that will be used to match against the source data
public string JoinKeyPath { get; set; }
Property Value
ItemPath
The path to the item in the source array that will be used to create the joined data
public string ItemPath { get; set; }
Property Value
Path
public string Path { get; set; }
Property Value
Description
public string Description { get; set; }
Property Value
Constructors
JoinNodeConfiguration()
Caution
Constructors of types with required members are not supported in this version of your compiler.
public JoinNodeConfiguration()