Class JsonContainerSize
Represents JsonContainerSize.
public class JsonContainerSize
- Inheritance
-
JsonContainerSize
- Inherited Members
Properties
Height
public int Height { get; set; }
Property Value
Id
public string Id { get; set; }
Property Value
ItemId
public int ItemId { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
TotalSlots
[JsonIgnore]
public int TotalSlots { get; }
Property Value
Width
public int Width { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.