mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 04:26:49 +00:00
Adds XML comments to constructors for Int, String, and Bool Feedbacks
This commit is contained in:
parent
e2fe8834c5
commit
cbe96dbed9
3 changed files with 36 additions and 2 deletions
|
|
@ -7,6 +7,7 @@ using Crestron.SimplSharpPro;
|
|||
|
||||
namespace PepperDash.Essentials.Core
|
||||
{
|
||||
|
||||
public class StringFeedback : Feedback
|
||||
{
|
||||
public override string StringValue { get { return _StringValue; } } // ValueFunc.Invoke(); } }
|
||||
|
|
@ -18,7 +19,7 @@ namespace PepperDash.Essentials.Core
|
|||
public string TestValue { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// Evalutated on FireUpdate
|
||||
/// Evaluated on FireUpdate
|
||||
/// </summary>
|
||||
public Func<string> ValueFunc { get; private set; }
|
||||
List<StringInputSig> LinkedInputSigs = new List<StringInputSig>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue