Class MapGetResult
Definition
- Namespace:
- Tizen.Applications.DataControl
- Assembly:
- Tizen.Applications.DataControl.dll
- API Level:
- 3
This class contains the MapGet operation result.
C#Copypublic class MapGetResult
- Inheritance
-
System.ObjectMapGetResult
Constructors
View Source
MapGetResult(String[], Boolean)
Initializes the MapGetResult class with the data and the result.
Declaration
C#Copypublic MapGetResult(string[] valueLIst, bool result)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | valueLIst | The MapGet request result data. |
Boolean | result | The MapGet request result. |
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Thrown in case of an invalid parameter. |
API Level: 3
Properties
Declaration
C#Copypublic bool Result { get; }
Property Value
Type | Description |
---|---|
Boolean |
API Level: 3
Declaration
C#Copypublic string[] ValueList { get; }
Property Value
Type | Description |
---|---|
System.String[] |