Skip to main content

GetRtEntitiesByTypeNodeConfiguration

Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Extract

Configuration for node get rt entities by type

public record GetRtEntitiesByTypeNodeConfiguration : SourceTargetPathNodeConfiguration, INodeConfiguration, IEquatable<NodeConfiguration>, ITargetPathNodeConfiguration, IEquatable<TargetPathNodeConfiguration>, IPathNodeConfiguration, IEquatable<SourceTargetPathNodeConfiguration>, IEquatable<GetRtEntitiesByTypeNodeConfiguration>

Inheritance Object → NodeConfiguration → TargetPathNodeConfiguration → SourceTargetPathNodeConfiguration → GetRtEntitiesByTypeNodeConfiguration
Implements INodeConfiguration, IEquatable<NodeConfiguration>, ITargetPathNodeConfiguration, IEquatable<TargetPathNodeConfiguration>, IPathNodeConfiguration, IEquatable<SourceTargetPathNodeConfiguration>, IEquatable<GetRtEntitiesByTypeNodeConfiguration>

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>

FieldFilters

A list of field filters

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

Property Value

ICollection<FieldFilterDto>

Path

public string Path { get; set; }

Property Value

String

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

GetRtEntitiesByTypeNodeConfiguration()

public GetRtEntitiesByTypeNodeConfiguration()