Skip to main content

GetOrCreateRtEntitiesByTypeNodeConfiguration

Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Extract

Configuration for node get rt entities by type including field filters

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

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

Properties

CkTypeId

The CkTypeId of the object

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

Property Value

CkId<CkTypeId>

FieldFilters

the field filters

public ICollection<PathFieldFilter> FieldFilters { get; set; }

Property Value

ICollection<PathFieldFilter>

RtIdTargetPath

Target path where the RtId should be written

public string RtIdTargetPath { get; set; }

Property Value

String

CkTypeIdTargetPath

Target path where the CkTypeId should be written

public string CkTypeIdTargetPath { get; set; }

Property Value

String

ModOperationPath

public string ModOperationPath { get; set; }

Property Value

String

Description

public string Description { get; set; }

Property Value

String

Constructors

GetOrCreateRtEntitiesByTypeNodeConfiguration()

Caution

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


public GetOrCreateRtEntitiesByTypeNodeConfiguration()