Contrequarte.SmartPlug.Core.ScheduledEntry.ScheduledEntry C# (CSharp) Méthode

ScheduledEntry() public méthode

public ScheduledEntry ( TimePeriod period, bool enabled ) : System
period TimePeriod
enabled bool
Résultat System
        public ScheduledEntry(TimePeriod period, bool enabled)
        {
            Period = period;
            Enabled = enabled;
        }
        #endregion constructor