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