UndeleteResponse class

namespace: Serenity.Services   assemblySerenity.Net.Services

The response model for an undelete service

public class UndeleteResponse : ServiceResponse

Public Members

name description
UndeleteResponse() The default constructor.
WasNotDeleted { get; set; } True if the entity was not deleted

See Also