Skip to main content

GetAssociationTargetsNodeConfiguration

Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Extract

Configuration node

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

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

Properties​

Identity​

Identity this node runs as: Caller (default), ServiceAccount (the pipeline's service account with its full roles, even when a caller is present), or System (unfiltered, bypasses data permissions). A missing value resolves to Caller so existing pipelines are unchanged (AB#5127).

public NodeExecutionIdentity Identity { get; set; }

Property Value​

NodeExecutionIdentity

GraphDirection​

Defines the direction of the graph traversal

public Nullable<GraphDirectionsDto> GraphDirection { get; set; }

Property Value​

Nullable<GraphDirectionsDto>

GraphDirectionPath​

The path to the graph direction

public string GraphDirectionPath { get; set; }

Property Value​

String

OriginRtIdPath​

The path to the origin RtId

public string OriginRtIdPath { get; set; }

Property Value​

String

OriginRtId​

The origin RtId

public Nullable<OctoObjectId> OriginRtId { get; set; }

Property Value​

Nullable<OctoObjectId>

OriginCkTypeIdPath​

The path to the origin CkTypeId

public string OriginCkTypeIdPath { get; set; }

Property Value​

String

OriginCkTypeId​

The origin runtime construction kit type id

public RtCkId<CkTypeId> OriginCkTypeId { get; set; }

Property Value​

RtCkId<CkTypeId>

TargetCkTypeIdPath​

The path to the target CkTypeId

public string TargetCkTypeIdPath { get; set; }

Property Value​

String

TargetCkTypeId​

The target runtime construction kit type id

public RtCkId<CkTypeId> TargetCkTypeId { get; set; }

Property Value​

RtCkId<CkTypeId>

AssociationRoleIdPath​

The path to the association role id

public string AssociationRoleIdPath { get; set; }

Property Value​

String

AssociationRoleId​

The role id of the association

public RtCkId<CkAssociationRoleId> AssociationRoleId { get; set; }

Property Value​

RtCkId<CkAssociationRoleId>

FieldFilters​

A list of field filters

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

Property Value​

ICollection<FieldFilterWithPathDto>

SortOrders​

A list of sort orders

public ICollection<SortOrderDto> SortOrders { get; set; }

Property Value​

ICollection<SortOrderDto>

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​

GetAssociationTargetsNodeConfiguration()​

public GetAssociationTargetsNodeConfiguration()