Skip to main content

Class Empty

This record is used in cases where the BulkApi method does not return a result.

Inheritance

↳ object

    Empty

Implements

IEquatable<Empty>

Inherited Members

Equals(object)

Equals(object, object)

GetHashCode()

GetType()

MemberwiseClone()

ReferenceEquals(object, object)

ToString()

Namespace: OptimaJet.Workflow.Core.Runtime.Bulk

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public record Empty : IEquatable<Empty>

Properties

Instance

The instance of Empty.

Declaration
public static Empty Instance { get; }
Property value
TypeDescription
Empty

Extension Methods