Show / Hide Table of Contents

    Interface ISoftDelete

    Used to standardize soft deleting entities. Soft-delete entities are not actually deleted, marked as IsDeleted = true in the database, but can not be retrieved to the application normally.

    Namespace: Code.Library
    Assembly: Code.Library.dll
    Syntax
    public interface ISoftDelete

    Properties

    | Improve this Doc View Source

    IsDeleted

    Used to mark an Entity as 'Deleted'.

    Declaration
    bool IsDeleted { get; set; }
    Property Value
    Type Description
    bool

    Extension Methods

    SerializationHelper.SerializeObject<T>(T)
    SerializationHelper.SerializeObjectUsingBinaryFormatter<T>(T)
    SerializationHelper.SerializeToXML<T>(T)
    GenericTypeExtensions.GetGenericTypeName(object)
    • Improve this Doc
    • View Source
    Back to top Generated by Abhith Rajan using DocFX