Skip to main content

UnchangedSharedObject

Namespace: IotaSdk

A shared object that wasn't changed during execution

BCS

The BCS serialized form for this type is defined by the following ABNF:

unchanged-shared-object = object-id unchanged-shared-object-kind
public record class UnchangedSharedObject : System.IDisposable, System.IEquatable`1[[IotaSdk.UnchangedSharedObject, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

Inheritance ObjectUnchangedSharedObject
Implements IDisposable, IEquatable<UnchangedSharedObject>
Attributes NullableContextAttribute, NullableAttribute

Properties

ObjectId

public ObjectId ObjectId { get; init; }

Property Value

ObjectId

Kind

public UnchangedSharedKind Kind { get; init; }

Property Value

UnchangedSharedKind

Constructors

UnchangedSharedObject(ObjectId, UnchangedSharedKind)

A shared object that wasn't changed during execution

BCS

The BCS serialized form for this type is defined by the following ABNF:

unchanged-shared-object = object-id unchanged-shared-object-kind
public UnchangedSharedObject(ObjectId ObjectId, UnchangedSharedKind Kind)

Parameters

ObjectId ObjectId

Kind UnchangedSharedKind

Methods

Dispose()

public void Dispose()