Table of Contents

Class UserConnection

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll

Fluxer entity with client attached.

public class UserConnection : Entity, IUserConnection
Inheritance
object
UserConnection
Implements

Properties

Id

The unique identifier for this connection.

public string Id { get; }

Property Value

string

IsVerified

Whether the connection has been verified.

public bool IsVerified { get; }

Property Value

bool

Name

The display name of the connection. (handle or domain)

public string Name { get; }

Property Value

string

SortOrder

The display order of this connection.

public int SortOrder { get; }

Property Value

int

Type

The type of connection.

public string Type { get; }

Property Value

string

Remarks

bsky or domain

VisibilityFlags

Bitfield controlling who can see this connection.

public ulong VisibilityFlags { get; }

Property Value

ulong

Methods

Create(FluxerBaseClient, UserConnectionJson)

Create a UserConnection object from json.

public static UserConnection Create(FluxerBaseClient client, UserConnectionJson json)

Parameters

client FluxerBaseClient
json UserConnectionJson

Returns

UserConnection