Skip to main content

RecordAttributeUpdate

Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Transform

Defines a single attribute update on a record.

public record RecordAttributeUpdate : IEquatable<RecordAttributeUpdate>

Inheritance ObjectRecordAttributeUpdate
Implements IEquatable<RecordAttributeUpdate>

Properties

AttributeName

Name of the record attribute to update.

public string AttributeName { get; set; }

Property Value

String

Value

Static value to set.

public object Value { get; set; }

Property Value

Object

ValuePath

JSONPath to the value to set. Takes precedence over Value.

public string ValuePath { get; set; }

Property Value

String

Constructors

RecordAttributeUpdate()

Caution

Constructors of types with required members are not supported in this version of your compiler.


public RecordAttributeUpdate()