Skip to main content

CreateUpdateInfoNodeConfiguration

Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Transform

Configuration node object for update a rt entity object

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

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

Properties

UpdateKind

Kind of update

public Nullable<UpdateKind> UpdateKind { get; set; }

Property Value

Nullable<UpdateKind>

UpdateKindPath

The path to the update kind

public string UpdateKindPath { get; set; }

Property Value

String

RtIdPath

The path to the RtEntityId

public string RtIdPath { get; set; }

Property Value

String

RtId

The runtime id of the object

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

Property Value

Nullable<OctoObjectId>

GenerateRtId

When true, the RtId will be generated if it is not existing when RtIdPath is set

public bool GenerateRtId { get; set; }

Property Value

Boolean

CkTypeId

CkTypeId of query

public CkId<CkTypeId> CkTypeId { get; set; }

Property Value

CkId<CkTypeId>

TimestampPath

Jsonpath to the timestamp property if available

public string TimestampPath { get; set; }

Property Value

String

AttributeUpdates

Updates to the RtEntity attributes

public ICollection<AttributeUpdateConfiguration> AttributeUpdates { get; set; }

Property Value

ICollection<AttributeUpdateConfiguration>

RtWellKnownNamePath

The path to the RtWellKnownName if available

public string RtWellKnownNamePath { get; set; }

Property Value

String

Path

public string Path { get; set; }

Property Value

String

TargetPath

public string TargetPath { get; set; }

Property Value

String

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

String

Constructors

CreateUpdateInfoNodeConfiguration()

public CreateUpdateInfoNodeConfiguration()