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

Search Results for

    Class ProgressTrack

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

    Properties

    | Improve this Doc View Source

    CounterDefinitions

    Declaration
    public MetaContainer<MetaObjectLink> CounterDefinitions { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaObjectLink>
    | Improve this Doc View Source

    Id

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

    MilestoneDefinitions

    Declaration
    public MetaContainer<MetaObjectLink> MilestoneDefinitions { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaObjectLink>
    | Improve this Doc View Source

    Name

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

    PremiumEntitlementId

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

    ProductId

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

    Repeat

    Declaration
    public MetaEmbedded<GroupRepeat> Repeat { get; set; }
    Property Value
    Type Description
    MetaEmbedded<GroupRepeat>

    Implements

    IMetaClass