Class UpdateResult
Definition
- Namespace:
- Tizen.Applications.DataControl
- Assembly:
- Tizen.Applications.DataControl.dll
This class contains the update operation result.
public class UpdateResult
- Inheritance
-
objectUpdateResult
Constructors
View SourceUpdateResult(bool)
Initializes the UpdateResult class with the result.
Declaration
public UpdateResult(bool result)
Parameters
Type | Name | Description |
---|---|---|
bool | result | The update request result. |
Properties
View SourceResult
Gets the update operation result.
Declaration
public bool Result { get; }
Property Value
Type | Description |
---|---|
bool |