Class DeleteResult

    Definition

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

    This class contains the delete operation result.

    public class DeleteResult
    Inheritance
    object
    DeleteResult

    Constructors

    View Source

    DeleteResult(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 Source

    Result

    Gets the delete operation result.

    Declaration
    public bool Result { get; }
    Property Value
    Type Description
    bool
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX