Class ResourceControl

Definition

Namespace:
Tizen.Applications
Assembly:
Tizen.Applications.Common.dll
API Level:
9

Represents the resource control information.

C#
Copy
public class ResourceControl
Inheritance
System.Object
ResourceControl

Properties

View Source

IsAutoClose

The auto close property.

Declaration
C#
Copy
public bool IsAutoClose { get; }
Property Value
Type Description
Boolean
API Level: 9
View Source

MaxResourceVersion

The maximum version of required resource package.

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

MinResourceVersion

The minimum version of required resource package.

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

ResourceType

The resource type.

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