mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-20 07:56:50 +00:00
docs: remove commented out code and associated XML comments
This commit is contained in:
parent
18088d37a1
commit
0a991cffb0
1 changed files with 30 additions and 40 deletions
|
|
@ -24,16 +24,6 @@ namespace PepperDash.Core
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool Enabled { get; protected set; }
|
public bool Enabled { get; protected set; }
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// A place to store reference to the original config object, if any. These values should
|
|
||||||
/// NOT be used as properties on the device as they are all publicly-settable values.
|
|
||||||
/// </summary>
|
|
||||||
//public DeviceConfig Config { get; private set; }
|
|
||||||
/// <summary>
|
|
||||||
/// Helper method to check if Config exists
|
|
||||||
/// </summary>
|
|
||||||
//public bool HasConfig { get { return Config != null; } }
|
|
||||||
|
|
||||||
List<Action> _PreActivationActions;
|
List<Action> _PreActivationActions;
|
||||||
List<Action> _PostActivationActions;
|
List<Action> _PostActivationActions;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue