Table of Contents

Class NetworkVersion

Namespace
Archipelago.MultiClient.Net.Models
Assembly
Archipelago.MultiClient.Net.dll
public class NetworkVersion
Inheritance
NetworkVersion
Inherited Members

Constructors

NetworkVersion()

public NetworkVersion()

NetworkVersion(int, int, int)

public NetworkVersion(int major, int minor, int build)

Parameters

major int
minor int
build int

NetworkVersion(Version)

public NetworkVersion(Version version)

Parameters

version Version

Properties

Build

[JsonProperty("build")]
public int Build { get; set; }

Property Value

int

Class

[JsonProperty("class")]
public string Class { get; }

Property Value

string

Major

[JsonProperty("major")]
public int Major { get; set; }

Property Value

int

Minor

[JsonProperty("minor")]
public int Minor { get; set; }

Property Value

int

Methods

ToVersion()

public Version ToVersion()

Returns

Version