Skip to main content

GetRtEntitiesByWellKnownNameNodeConfiguration

Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Extract

Configuration for node to get RtEntities by well known name

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

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

Properties

CkTypeId

CkTypeId of query

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

Property Value

CkId<CkTypeId>

Skip

Amount of items to skip

public Nullable<int> Skip { get; set; }

Property Value

Nullable<Int32>

Take

Amount of items to take

public Nullable<int> Take { get; set; }

Property Value

Nullable<Int32>

WellKnownNamePath

Path to the well known name

public string WellKnownNamePath { get; set; }

Property Value

String

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

Operation path where the mod operation should be written

public string ModOperationPath { get; set; }

Property Value

String

GenerateInsertOperation

If true, the mod operation will be generated if the RtEntity is not found in the database

public bool GenerateInsertOperation { get; set; }

Property Value

Boolean

Path

public string Path { get; set; }

Property Value

String

Description

public string Description { get; set; }

Property Value

String

Constructors

GetRtEntitiesByWellKnownNameNodeConfiguration()

Caution

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


public GetRtEntitiesByWellKnownNameNodeConfiguration()