Show / Hide Table of Contents

    Interface IAuditedObject<TUser>

    Extends IAuditedObject to add user navigation properties.

    Inherited Members
    IHasCreationTime.CreationTime
    IMayHaveCreator.CreatorId
    IMayHaveCreator<TUser>.Creator
    IModificationAuditedObject<TUser>.LastModifier
    IModificationAuditedObject.LastModifierId
    IHasModificationTime.LastModificationTime
    Namespace: Code.Library
    Assembly: Code.Library.dll
    Syntax
    public interface IAuditedObject<TUser> : IAuditedObject, ICreationAuditedObject<TUser>, ICreationAuditedObject, IHasCreationTime, IMayHaveCreator, IMayHaveCreator<TUser>, IModificationAuditedObject<TUser>, IModificationAuditedObject, IHasModificationTime
    Type Parameters
    Name Description
    TUser

    Type of the user

    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