Table of Contents

Class JsonContainerSize

Namespace
Moongate.UO.Data.Json
Assembly
Moongate.UO.Data.dll

Represents JsonContainerSize.

public class JsonContainerSize
Inheritance
JsonContainerSize
Inherited Members

Properties

Height

public int Height { get; set; }

Property Value

int

Id

public string Id { get; set; }

Property Value

string

ItemId

public int ItemId { get; set; }

Property Value

int

Name

public string Name { get; set; }

Property Value

string

TotalSlots

[JsonIgnore]
public int TotalSlots { get; }

Property Value

int

Width

public int Width { get; set; }

Property Value

int

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.