• Articles
  • API Documentation
  • GitHub
  • Abhith
  • API Documentation

    Show / Hide Table of Contents

    Interface IModificationAuditedObject

    This interface can be implemented to store modification information (who and when modified lastly).

    Inherited Members
    IHasModificationTime.LastModificationTime
    Namespace: Code.Library
    Assembly: Code.Library.dll
    Syntax
    public interface IModificationAuditedObject : IHasModificationTime

    Properties

    | Improve this Doc View Source

    LastModifierId

    Last modifier user for this entity.

    Declaration
    Guid? LastModifierId { 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
    In This Article
    • Properties
      • LastModifierId
    • Extension Methods
    Back to top Generated by Abhith Rajan using DocFX