Initial project's source code check-in.
This commit is contained in:
commit
b03b0b373f
4573 changed files with 981205 additions and 0 deletions
|
@ -0,0 +1,22 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace WebsitePanel.Providers.Virtualization
|
||||
{
|
||||
public class MonitoredObjectEvent
|
||||
{
|
||||
public string Category { get; set; }
|
||||
|
||||
public string Decription { get; set; }
|
||||
|
||||
public string EventData { get; set; }
|
||||
|
||||
public string Level { get; set; }
|
||||
|
||||
public int Number { get; set; }
|
||||
|
||||
public DateTime TimeGenerated { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue