Skip to main content

NameRegistrationPage

Namespace: IotaSdk

A page of items returned by the GraphQL server.

public record class NameRegistrationPage : System.IDisposable, System.IEquatable`1[[IotaSdk.NameRegistrationPage, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

Inheritance ObjectNameRegistrationPage
Implements IDisposable, IEquatable<NameRegistrationPage>
Attributes NullableContextAttribute, NullableAttribute

Properties

PageInfo

Information about the page, such as the cursor and whether there are more pages.

public PageInfo PageInfo { get; init; }

Property Value

PageInfo

Data

The data returned by the server.

public NameRegistration[] Data { get; init; }

Property Value

NameRegistration[]

Constructors

NameRegistrationPage(PageInfo, NameRegistration[])

A page of items returned by the GraphQL server.

public NameRegistrationPage(PageInfo PageInfo, NameRegistration[] Data)

Parameters

PageInfo PageInfo
Information about the page, such as the cursor and whether there are more pages.

Data NameRegistration[]
The data returned by the server.

Methods

Dispose()

public void Dispose()