Show / Hide Table of Contents

    Interface IDeletionAuditedObject

    This interface can be implemented to store deletion information (who delete and when deleted).

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

    Properties

    | Improve this Doc View Source

    DeleterId

    Id of the deleter user.

    Declaration
    Guid? DeleterId { get; set; }
    Property Value
    Type Description
    Guid?

    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