Skip to main content

GetRtEntitiesByTypeNodeConfiguration

Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Extract

Configuration for node gets 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>

CkTypeIdPath

Gets or sets the JSON path to the CkTypeId

public string CkTypeIdPath { get; set; }

Property Value

String

Skip

Number of items to skip

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

Property Value

Nullable<Int32>

Take

Number of items to take

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

Property Value

Nullable<Int32>

FieldFilters

A list of field filters

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

Property Value

ICollection<FieldFilterWithPathDto>

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()