Class TextEnvelope
Assembly: Glitch9.IO.dll
Syntax
public sealed class TextEnvelope : IEvent, ITextSource
Constructors
|
Edit this page
View Source
TextEnvelope()
Declaration
|
Edit this page
View Source
TextEnvelope(string)
Declaration
public TextEnvelope(string text)
Parameters
| Type |
Name |
Description |
| string |
text |
|
Properties
|
Edit this page
View Source
Text
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
Methods
|
Edit this page
View Source
CreateList(List<string>)
Declaration
public static List<TextEnvelope> CreateList(List<string> texts)
Parameters
Returns
|
Edit this page
View Source
GetTextSource()
Declaration
public string GetTextSource()
Returns
|
Edit this page
View Source
IsValid()
Declaration
Returns
Implements
Extension Methods