Class StoreCategoryInventoryFilter
Inheritance
System.Object
StoreCategoryInventoryFilter
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LeagueToolkit.Meta.Classes
Assembly: LeagueToolkit.Meta.Classes.dll
Syntax
public class StoreCategoryInventoryFilter : IMetaClass
Properties
| Improve this Doc View SourceInventoryFilters
Declaration
public MetaContainer<MetaEmbedded<StoreCategoryInventoryFilter>> InventoryFilters { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<MetaEmbedded<StoreCategoryInventoryFilter>> |
InventoryType
Declaration
public string InventoryType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ItemIds
Declaration
public MetaContainer<int> ItemIds { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<System.Int32> |
Order
Declaration
public byte Order { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |