Search Results for

    Show / Hide Table of Contents

    Class AuditHistory.AuditInfo

    Inheritance
    object
    AuditHistory.AuditInfo
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.Client.Core.Views.Controllers.ToolWindows
    Assembly: LemonEdge.ClientEntities.dll
    Syntax
    public class AuditHistory.AuditInfo

    Constructors

    AuditInfo()

    Declaration
    public AuditInfo()

    Properties

    Created

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

    CreatedBy

    Declaration
    public Guid CreatedBy { get; set; }
    Property Value
    Type Description
    Guid

    CreatedBy_Label

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

    CurrentAsOfDate

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

    LastUpdated

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

    LastUpdatedBy

    Declaration
    public Guid LastUpdatedBy { get; set; }
    Property Value
    Type Description
    Guid

    LastUpdatedBy_Label

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

    OpenAsOfDate

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

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.