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.
public class PackageDependencyInformation
- Inheritance
-
PackageDependencyInformation
Properties
View SourceFrom
The ID of package that depends on another.
Declaration
public string From { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceRequiredVersion
The required version.
Declaration
public string RequiredVersion { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceTo
The ID of package that is required by another.
Declaration
public string To { get; }
Property Value
Type | Description |
---|---|
String |
API Level:
View SourceType
The Type of dependency.
Declaration
public string Type { get; }
Property Value
Type | Description |
---|---|
String |