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
Take
Amount of items to take
public Nullable<int> Take { get; set; }
Property Value
WellKnownNamePath
Path to the well known name
public string WellKnownNamePath { get; set; }
Property Value
RtIdTargetPath
Target path where the RtId should be written
public string RtIdTargetPath { get; set; }
Property Value
CkTypeIdTargetPath
Target path where the CkTypeId should be written
public string CkTypeIdTargetPath { get; set; }
Property Value
ModOperationPath
Operation path where the mod operation should be written
public string ModOperationPath { get; set; }
Property Value
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
Path
public string Path { get; set; }
Property Value
Description
public string Description { get; set; }
Property Value
Constructors
GetRtEntitiesByWellKnownNameNodeConfiguration()
Caution
Constructors of types with required members are not supported in this version of your compiler.
public GetRtEntitiesByWellKnownNameNodeConfiguration()