Class TextEditorParam
Inherited Members
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
CopyFromSource(TextEditorParam)
Declaration
public void CopyFromSource(TextEditorParam source)
Parameters
Type | Name | Description |
---|---|---|
TextEditorParam | source |
CreateNewParam()
Declaration
protected override SerializedParam CreateNewParam()
Returns
Type | Description |
---|---|
SerializedParam |