League Toolkit League Toolkit
League Toolkit League Toolkit
DocFX + Singulink = ♥

Search Results for

    Class CatalogEntry

    Inheritance
    System.Object
    CatalogEntry
    Implements
    IMetaClass
    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 CatalogEntry : IMetaClass

    Properties

    | Improve this Doc View Source

    ContentId

    Declaration
    public string ContentId { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ItemId

    Declaration
    public uint ItemId { get; set; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    OfferId

    Declaration
    public string OfferId { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    TypeId

    Declaration
    public string TypeId { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    IMetaClass