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
UpdateKindPath
The path to the update kind
public string UpdateKindPath { get; set; }
Property Value
RtIdPath
The path to the RtEntityId
public string RtIdPath { get; set; }
Property Value
RtId
The runtime id of the object
public Nullable<OctoObjectId> RtId { get; set; }
Property Value
GenerateRtId
When true, the RtId will be generated if it is not existing when RtIdPath is set
public bool GenerateRtId { get; set; }
Property Value
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
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
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
CreateUpdateInfoNodeConfiguration()
public CreateUpdateInfoNodeConfiguration()