Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class ProgressItem

    Inheritance
    System.Object
    ProgressItem
    Namespace: Emby.Web.GenericEdit.Elements
    Assembly: Emby.Web.GenericEdit.dll
    Syntax
    public class ProgressItem

    Constructors

    ProgressItem()

    Declaration
    public ProgressItem()

    ProgressItem(Int32, Int32, String)

    Declaration
    public ProgressItem(int currentValue, int maxValue, string progressText)
    Parameters
    Type Name Description
    System.Int32 currentValue
    System.Int32 maxValue
    System.String progressText

    Properties

    CurrentValue

    Declaration
    public int CurrentValue { get; set; }
    Property Value
    Type Description
    System.Int32

    MaxValue

    Declaration
    public int MaxValue { get; set; }
    Property Value
    Type Description
    System.Int32

    ProgressText

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

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.