Show / Hide Table of Contents

    Interface IAuditable

    Namespace: Catalyst.Abstractions.Attributes
    Assembly: Catalyst.Abstractions.dll
    Syntax
    public interface IAuditable

    Properties

    | Improve this Doc View Source

    Created

    Auto set field when Auditable entity is created

    Declaration
    DateTime Created { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    Modified

    Auto set field when Auditable entity is modified

    Declaration
    DateTime? Modified { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network