Search Results for

    Show / Hide Table of Contents

    Class TextEditorParam

    Inheritance
    System.Object
    SerializedParam
    TextEditorParam
    Implements
    ICloneable
    ICloneable<TextEditorParam>
    Inherited Members
    SerializedParam.GetParam<T>(String)
    SerializedParam.GetParam<T>(Byte[])
    SerializedParam.GetParam(String)
    SerializedParam.GetParam(Byte[])
    SerializedParam.ToSerializedString()
    SerializedParam.ToSerializedBytes()
    SerializedParam.ICloneable.Clone()
    SerializedParam.ICloneable.CopyFromSource(Object)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: LemonEdge.Client.Core.Support
    Assembly: ClientCore.dll
    Syntax
    [DataContract]
    public class TextEditorParam : SerializedParam, ICloneable, ICloneable<TextEditorParam>

    Properties

    CustomContextTypeForCode

    The type to use as a context that can be accessed when writing a formula for the text value

    Declaration
    public Type CustomContextTypeForCode { get; set; }
    Property Value
    Type Description
    System.Type

    Text

    The text to be displayed and edited by the user in a popup window

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    Type

    The type of text being displayed by the user indicates any formatting that will be applied when viewing it

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

    Methods

    Clone()

    Declaration
    public TextEditorParam Clone()
    Returns
    Type Description
    TextEditorParam

    CopyFromParam(SerializedParam)

    Declaration
    protected override void CopyFromParam(SerializedParam source)
    Parameters
    Type Name Description
    SerializedParam source
    Overrides
    SerializedParam.CopyFromParam(SerializedParam)

    CopyFromSource(TextEditorParam)

    Declaration
    public void CopyFromSource(TextEditorParam source)
    Parameters
    Type Name Description
    TextEditorParam source

    CreateNewParam()

    Declaration
    protected override SerializedParam CreateNewParam()
    Returns
    Type Description
    SerializedParam
    Overrides
    SerializedParam.CreateNewParam()

    Implements

    ICloneable
    ICloneable<T>

    Extension Methods

    MiscExtensions.SetIfNotEqual<T, P>(T, Expression<Func<T, P>>, P)
    ReflectionExtensions.ClearEventInvocations(Object, String)
    StringExtensions.ToCSVFormatString(Object, Type)
    SQLExtensions.ToSQLValue(Object, Boolean)
    In This Article
    Back to top © LemonTree Software Ltd. All rights reserved.