Show / Hide Table of Contents

    Interface IDeletionAuditedObject<TUser>

    Extends IDeletionAuditedObject to add user navigation propery.

    Inherited Members
    IDeletionAuditedObject.DeleterId
    IHasDeletionTime.DeletionTime
    ISoftDelete.IsDeleted
    Namespace: Code.Library
    Assembly: Code.Library.dll
    Syntax
    public interface IDeletionAuditedObject<TUser> : IDeletionAuditedObject, IHasDeletionTime, ISoftDelete
    Type Parameters
    Name Description
    TUser

    Type of the user

    Properties

    | Improve this Doc View Source

    Deleter

    Reference to the deleter user.

    Declaration
    TUser Deleter { get; set; }
    Property Value
    Type Description
    TUser

    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