Class ResourceControl

    Definition

    Namespace:
    Tizen.Applications
    Assembly:
    Tizen.Applications.Common.dll

    Represents the resource control information.

    public class ResourceControl
    Inheritance
    object
    ResourceControl

    Properties

    View Source

    IsAutoClose

    The auto close property.

    Declaration
    public bool IsAutoClose { get; }
    Property Value
    Type Description
    bool
    View Source

    MaxResourceVersion

    The maximum version of required resource package.

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

    MinResourceVersion

    The minimum version of required resource package.

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

    ResourceType

    The resource type.

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