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

    Show / Hide Table of Contents

    Class InstallationInfo

    Class InstallationInfo

    Inheritance
    System.Object
    InstallationInfo
    Namespace: MediaBrowser.Model.Updates
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class InstallationInfo

    Properties

    AssemblyGuid

    Gets or sets the assembly guid.

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

    The guid of the assembly.

    Id

    Gets or sets the id.

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid

    The id.

    Name

    Gets or sets the name.

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

    The name.

    PercentComplete

    Gets or sets the percent complete.

    Declaration
    public double? PercentComplete { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    The percent complete.

    UpdateClass

    Gets or sets the update class.

    Declaration
    public PackageVersionClass UpdateClass { get; set; }
    Property Value
    Type Description
    PackageVersionClass

    The update class.

    Version

    Gets or sets the version.

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

    The version.

    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.