DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ModuleAuditEventListParams

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

    Properties

    DateEnd

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

    DateStart

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

    EventContext

    Declaration
    public string EventContext { 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
    In this article
    Back to top Generated by DocFX