Show / Hide Table of Contents

    Interface IModificationAuditedObject<TUser>

    Adds navigation properties to IModificationAuditedObject interface for a user.

    Inherited Members
    IModificationAuditedObject.LastModifierId
    IHasModificationTime.LastModificationTime
    Namespace: Code.Library
    Assembly: Code.Library.dll
    Syntax
    public interface IModificationAuditedObject<TUser> : IModificationAuditedObject, IHasModificationTime
    Type Parameters
    Name Description
    TUser

    Type of the user

    Properties

    | Improve this Doc View Source

    LastModifier

    Reference to the last modifier user of this entity.

    Declaration
    TUser LastModifier { 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