Class MapGetResult

    Definition

    Namespace:
    Tizen.Applications.DataControl
    Assembly:
    Tizen.Applications.DataControl.dll

    This class contains the MapGet operation result.

    public class MapGetResult
    Inheritance
    object
    MapGetResult

    Constructors

    View Source

    MapGetResult(string[], bool)

    Initializes the MapGetResult class with the data and the result.

    Declaration
    public MapGetResult(string[] valueLIst, bool result)
    Parameters
    Type Name Description
    string[] valueLIst

    The MapGet request result data.

    bool result

    The MapGet request result.

    Properties

    View Source

    Result

    Gets the MapGet operation result.

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

    ValueList

    Gets the result value list of the MapGet operation.

    Declaration
    public string[] ValueList { get; }
    Property Value
    Type Description
    string[]

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX