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
GraphDirection
Kind of update
public Nullable<GraphDirectionsDto> GraphDirection { get; set; }
Property Value
GraphDirectionPath
The path to the update kind
public string GraphDirectionPath { get; set; }
Property Value
SourceRtIdPath
The path to the source RtId
public string SourceRtIdPath { get; set; }
Property Value
SourceRtId
The source RtId
public Nullable<OctoObjectId> SourceRtId { get; set; }
Property Value
SourceCkTypeIdPath
The path to the source CkTypeId
public string SourceCkTypeIdPath { get; set; }
Property Value
SourceCkId
The source CkTypeId
public CkId<CkTypeId> SourceCkId { get; set; }
Property Value
CkId<CkTypeId>
TargetCkTypeIdPath
The path to the target CkTypeId
public string TargetCkTypeIdPath { get; set; }
Property Value
TargetCkId
The target CkTypeId
public CkId<CkTypeId> TargetCkId { get; set; }
Property Value
CkId<CkTypeId>
AssociationRoleIdPath
The path to the association role id
public string AssociationRoleIdPath { get; set; }
Property Value
AssociationRoleId
The role id of the association
public CkId<CkAssociationRoleId> AssociationRoleId { get; set; }
Property Value
CkId<CkAssociationRoleId>
FieldFilters
A list of field filters
public ICollection<FieldFilterDto> FieldFilters { get; set; }
Property Value
SortOrders
A list of sort orders
public ICollection<SortOrderDto> SortOrders { get; set; }
Property Value
Path
public string Path { get; set; }
Property Value
TargetPath
public string TargetPath { get; set; }
Property Value
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
Constructors
GetAssociationTargetsNodeConfiguration()
public GetAssociationTargetsNodeConfiguration()