Search Results for

    Show / Hide Table of Contents

    Class Constants

    Helper function for common constant values

    Inheritance
    object
    Constants
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.Utils
    Assembly: LemonEdge.Utils.dll
    Syntax
    public class Constants

    Constructors

    Constants()

    Declaration
    public Constants()

    Fields

    LEMONEDGE_INTERNAL_VERSION

    The internal version number for this application.

    Used for the web service and client to confirm they are running on the same version

    Declaration
    public const string LEMONEDGE_INTERNAL_VERSION = "2.9.0.1"
    Field Value
    Type Description
    string

    Tab

    A tab

    Declaration
    public const string Tab = "\t"
    Field Value
    Type Description
    string

    Properties

    CrLf

    A new line

    Declaration
    public static string CrLf { get; }
    Property Value
    Type Description
    string

    Methods

    Tabs(short)

    Creates tabs for the specified numberOfTabs

    Declaration
    public static string Tabs(short numberOfTabs)
    Parameters
    Type Name Description
    short numberOfTabs

    Number of tabs to create

    Returns
    Type Description
    string

    The specified number of tabs

    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.