Class PackageDependencyInformation

Definition

Namespace:
Tizen.Applications
Assembly:
Tizen.Applications.PackageManager.dll
API Level:
6

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

C#
Copy
public class PackageDependencyInformation
Inheritance
System.Object
PackageDependencyInformation

Properties

View Source

From

The ID of package that depends on another.

Declaration
C#
Copy
public string From { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

RequiredVersion

The required version.

Declaration
C#
Copy
public string RequiredVersion { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

To

The ID of package that is required by another.

Declaration
C#
Copy
public string To { get; }
Property Value
Type Description
System.String
API Level:
View Source

Type

The Type of dependency.

Declaration
C#
Copy
public string Type { get; }
Property Value
Type Description
System.String
API Level: 6