Search Results for

    Show / Hide Table of Contents

    Enum TextType

    The formatting that can be applied to text when displayed in a TextEditorParam popup window

    Namespace: LemonEdge.Client.Core.Support
    Assembly: ClientCore.dll
    Syntax
    public enum TextType : short

    Fields

    Name Description
    CSharp

    Formatting applied as c# .net language, can also include reference to a context local type

    NormalText

    Plain text with no formatting

    SQL

    Formatting applied as t-sql

    Extension Methods

    EnumHelper.GetShortFlaggedValues<TextType>()
    EnumHelper.ToShortGuid<TextType>()
    MiscExtensions.SetIfNotEqual<TextType, P>(Expression<Func<TextType, P>>, P)
    ReflectionExtensions.ClearEventInvocations(String)
    ReflectionHelper.GetEnumValueCustomAttributes<AttrType, TextType>()
    StringExtensions.ToCSVFormatString(Type)
    SQLExtensions.ToSQLValue(Boolean)
    In This Article
    Back to top © LemonTree Software Ltd. All rights reserved.