Table of Contents

Class CurrentApplication

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll

Fluxer entity with client attached.

public class CurrentApplication : Application, IApplication, IPartialApplication, ISnowflake, ICurrentApplication
Inheritance
object
CurrentApplication
Implements
Inherited Members

Properties

Owner

public User Owner { get; }

Property Value

User

Methods

Create(FluxerBaseClient, CurrentApplicationJson)

Create a Application object from json.

public static CurrentApplication Create(FluxerBaseClient client, CurrentApplicationJson json)

Parameters

client FluxerBaseClient
json CurrentApplicationJson

Returns

CurrentApplication