Class PackageDependencyInformation

    Definition

    Namespace:
    Tizen.Applications
    Assembly:
    Tizen.Applications.PackageManager.dll

    This class has read-only properties to get the package dependency information.

    public class PackageDependencyInformation
    Inheritance
    object
    PackageDependencyInformation

    Properties

    View Source

    From

    The ID of package that depends on another.

    Declaration
    public string From { get; }
    Property Value
    Type Description
    string
    View Source

    RequiredVersion

    The required version.

    Declaration
    public string RequiredVersion { get; }
    Property Value
    Type Description
    string
    View Source

    To

    The ID of package that is required by another.

    Declaration
    public string To { get; }
    Property Value
    Type Description
    string
    View Source

    Type

    The Type of dependency.

    Declaration
    public string Type { get; }
    Property Value
    Type Description
    string
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX