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

    Show / Hide Table of Contents

    Class PackageVersionInfo

    Class PackageVersionInfo

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

    Properties

    checksum

    Gets or sets the source URL.

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

    The source URL.

    classification

    Gets or sets the classification.

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

    The classification.

    description

    Gets or sets the description.

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

    The description.

    guid

    Gets or sets the guid.

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

    The guid.

    infoUrl

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

    name

    Gets or sets the name.

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

    The name.

    requiredVersionStr

    Gets or sets the required version STR.

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

    The required version STR.

    runtimes

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

    sourceUrl

    Gets or sets the source URL.

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

    The source URL.

    targetFilename

    Gets or sets the target filename.

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

    The target filename.

    timestamp

    Declaration
    public DateTimeOffset? timestamp { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>

    version

    Gets or sets the version. Had to make this an interpreted property since Protobuf can't handle Version

    Declaration
    [IgnoreDataMember]
    public Version version { get; }
    Property Value
    Type Description
    System.Version

    The version.

    versionStr

    Gets or sets the version STR.

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

    The version STR.

    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.