Class UpdateResult

Definition

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

This class contains the update operation result.

C#
Copy
public class UpdateResult
Inheritance
object
UpdateResult

Constructors

View Source

UpdateResult(bool)

Initializes the UpdateResult class with the result.

Declaration
C#
Copy
public UpdateResult(bool result)
Parameters
Type Name Description
bool result

The update request result.

Properties

View Source

Result

Gets the update operation result.

Declaration
C#
Copy
public bool Result { get; }
Property Value
Type Description
bool