Skip to main content

GetRtEntitiesByIdNodeConfiguration

Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Extract

Configuration for node get rt entities by id

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

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

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>

RtIds

Gets or sets the rt ids

public ICollection<OctoObjectId> RtIds { get; set; }

Property Value

ICollection<OctoObjectId>

FieldFilters

A list of field filters

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

Property Value

ICollection<FieldFilterDto>

TargetPath

public string TargetPath { get; set; }

Property Value

String

TargetValueWriteMode

public WriteMode TargetValueWriteMode { get; set; }

Property Value

WriteMode

TargetValueKind

public ValueKind TargetValueKind { get; set; }

Property Value

ValueKind

Description

public string Description { get; set; }

Property Value

String

Constructors

GetRtEntitiesByIdNodeConfiguration()

public GetRtEntitiesByIdNodeConfiguration()