Show / Hide Table of Contents

    Interface IHasDeletionTime

    A standard interface to add DeletionTime property to a class. It also makes the class soft delete (see ISoftDelete).

    Inherited Members
    ISoftDelete.IsDeleted
    Namespace: Code.Library
    Assembly: Code.Library.dll
    Syntax
    public interface IHasDeletionTime : ISoftDelete

    Properties

    | Improve this Doc View Source

    DeletionTime

    Deletion time.

    Declaration
    DateTime? DeletionTime { get; set; }
    Property Value
    Type Description
    DateTime?

    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