aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Integration/Operation/PowerDownStatusChangedEventArgs.cs
blob: 5c64b41a2e651b2523eaa137b6cb3021bb3268c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Tango.PMR.Power;

namespace Tango.Integration.Operation
{
    public class PowerDownStatusChangedEventArgs : EventArgs
    {
        public StartPowerDownResponse Status { get; set; }
    }
}
")] public APPLICATION_FIRMWARE_VERSIONS() { this.CONFIGURATIONS = new HashSet<CONFIGURATION>(); } public int ID { get; set; } public string GUID { get; set; } public System.DateTime LAST_UPDATED { get; set; } public double VERSION { get; set; } public string NAME { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection<CONFIGURATION> CONFIGURATIONS { get; set; } } }