UndeleteRequestHandler<TRow,TUndeleteRequest,TUndeleteResponse>.IsDeleted method

namespace: Serenity.Services   assemblySerenity.Net.Services

Checks that row type implements one of IIsActiveDeletedRow, IIsDeletedRow or IDeleteLogRow interfaces and it is actual marked as deleted

protected virtual bool IsDeleted()

Exceptions

exception condition
NotImplementedException Row does not implement any of known interfaces

See Also