DataWeb
Search Results for

    Show / Hide Table of Contents

    Class AuditEventInfo

    Inheritance
    object
    AuditEventInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Audit
    Assembly: DataWeb.Core.dll
    Syntax
    public class AuditEventInfo

    Properties

    Action

    Declaration
    public string Action { get; set; }
    Property Value
    Type Description
    string

    Description

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    string

    EventContext

    Declaration
    public string EventContext { get; set; }
    Property Value
    Type Description
    string

    EventDate

    Declaration
    public DateTimeOffset EventDate { get; set; }
    Property Value
    Type Description
    DateTimeOffset

    EventUrl

    Declaration
    public string EventUrl { get; set; }
    Property Value
    Type Description
    string

    EventValues

    Declaration
    public string EventValues { get; set; }
    Property Value
    Type Description
    string

    ExpirationDate

    Declaration
    public DateTimeOffset ExpirationDate { get; set; }
    Property Value
    Type Description
    DateTimeOffset

    HostName

    Declaration
    public string HostName { get; set; }
    Property Value
    Type Description
    string

    ReferenceId

    Declaration
    public string ReferenceId { get; set; }
    Property Value
    Type Description
    string

    ReferenceType

    Declaration
    public string ReferenceType { get; set; }
    Property Value
    Type Description
    string

    UserDescription

    Declaration
    public string UserDescription { get; set; }
    Property Value
    Type Description
    string

    UserIdMaster

    Declaration
    public string UserIdMaster { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX