Class UpdateResult
Definition
- Namespace:
- Tizen.Applications.Data
Control
- Assembly:
- Tizen.Applications.DataControl.dll
This class contains the update operation result.
C#
Copy
public class UpdateResult
- Inheritance
-
objectUpdate
Result
Constructors
Declaration
C#
Copy
public UpdateResult(bool result)
Parameters
Type | Name | Description |
---|---|---|
bool | result | The update request result. |
Properties
Declaration
C#
Copy
public bool Result { get; }
Property Value
Type | Description |
---|---|
bool |