Class SessionEvent
  
  
  
  
    Inheritance
    System.Object
    
    SessionEvent
   
  
    Implements
    System.Runtime.Serialization.IExtensibleDataObject
    
   
  
  
  Assembly: MAT.Atlas.Automation.Api.dll
  Syntax
  
    public sealed class SessionEvent : ModelBase, IExtensibleDataObject, ISessionEvent
   
  Constructors
  
  
  SessionEvent()
  
  
  Declaration
  
  Fields
  
  Empty
  
  
  Declaration
  
    public static readonly SessionEvent Empty
   
  Field Value
  
  Properties
  
  
  DefinitionId
  
  
  Declaration
  
    public int DefinitionId { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
  Description
  
  
  Declaration
  
    public string Description { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  GroupName
  
  
  Declaration
  
    public string GroupName { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  Id
  
  
  Declaration
  
    public string Id { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  Priority
  
  
  Declaration
  
    public EventPriority Priority { get; set; }
   
  Property Value
  
  
  Status
  
  
  Declaration
  
    public string Status { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  Time
  
  
  Declaration
  
    public long Time { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int64 | 
         | 
      
    
  
  
  TimeVba
  
  
  Declaration
  
    public double TimeVba { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Double | 
         | 
      
    
  
  Implements
  
      System.Runtime.Serialization.IExtensibleDataObject