Class ItemRecommendationContextList
Inheritance
System.Object
ItemRecommendationContextList
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 ItemRecommendationContextList : IMetaClass
Properties
| Improve this Doc View SourceAllRecommendableItemIds
Declaration
public Dictionary<uint, MetaEmbedded<ItemRecommendationItemList>> AllRecommendableItemIds { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.UInt32, MetaEmbedded<ItemRecommendationItemList>> |
AllStartingItemIds
Declaration
public Dictionary<uint, MetaEmbedded<ItemRecommendationItemList>> AllStartingItemIds { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.UInt32, MetaEmbedded<ItemRecommendationItemList>> |
Contexts
Declaration
public MetaContainer<MetaEmbedded<ItemRecommendationContext>> Contexts { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<MetaEmbedded<ItemRecommendationContext>> |