Skip to content

UndeleteRequestHandler<TRow,TUndeleteRequest,TUndeleteResponse>.IsDeleted method

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