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 TargetValueWriteModes TargetValueWriteMode { get; set; }

Property Value

TargetValueWriteModes

TargetValueKind

public ValueKinds TargetValueKind { get; set; }

Property Value

ValueKinds

DocumentMode

public DocumentModes DocumentMode { get; set; }

Property Value

DocumentModes

Description

public string Description { get; set; }

Property Value

String

Constructors

GetRtEntitiesByIdNodeConfiguration()

public GetRtEntitiesByIdNodeConfiguration()