Class ItemRecommendationContext
Inheritance
System.Object
ItemRecommendationContext
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()
Assembly: LeagueToolkit.Meta.Classes.dll
Syntax
public class ItemRecommendationContext : IMetaClass
Properties
|
Improve this Doc
View Source
ChampionId
Declaration
public uint ChampionId { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
CompletedItemMatrix
Declaration
public MetaEmbedded<ItemRecommendationMatrix> CompletedItemMatrix { get; set; }
Property Value
|
Improve this Doc
View Source
IsDefaultPosition
Declaration
public bool IsDefaultPosition { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
MapId
Declaration
public uint MapId { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
ModeNameStringId
Declaration
public MetaHash ModeNameStringId { get; set; }
Property Value
|
Improve this Doc
View Source
PopularItems
Declaration
public MetaContainer<MetaHash> PopularItems { get; set; }
Property Value
|
Improve this Doc
View Source
Position
Declaration
public MetaHash Position { get; set; }
Property Value
|
Improve this Doc
View Source
StartingItemBundles
Declaration
public MetaContainer<MetaEmbedded<ItemRecommendationItemList>> StartingItemBundles { get; set; }
Property Value
|
Improve this Doc
View Source
StartingItemMatrix
Declaration
public MetaEmbedded<ItemRecommendationMatrix> StartingItemMatrix { get; set; }
Property Value
|
Improve this Doc
View Source
UpgradeChoices
Declaration
public Dictionary<uint, MetaEmbedded<ItemRecommendationItemList>> UpgradeChoices { get; set; }
Property Value
Implements