Class MapGetResult

Definition

Namespace:
Tizen.Applications.DataControl
Assembly:
Tizen.Applications.DataControl.dll
API Level:
3

This class contains the MapGet operation result.

C#
Copy
public class MapGetResult : object
Inheritance
MapGetResult

Constructors

View Source

MapGetResult(String[], Boolean)

Initializes the MapGetResult class with the data and the result.

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

The MapGet request result data.

Boolean result

The MapGet request result.

API Level: 3

Properties

View Source

Result

Gets the MapGet operation result.

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

ValueList

Gets the result value list of the MapGet operation.

Declaration
C#
Copy
public string[] ValueList { get; }
Property Value
Type Description
String[]
API Level: 3

Extension Methods