Class CompareMode
  
  
  
  
    Inheritance
    System.Object
    
    CompareMode
   
  
    Implements
    System.Runtime.Serialization.IExtensibleDataObject
    
   
  
  
  Assembly: MAT.Atlas.Automation.Api.dll
  Syntax
  
    public sealed class CompareMode : ModelBase, IExtensibleDataObject, ICompareMode
   
  Constructors
  
  
  CompareMode()
  
  
  Declaration
  
  Fields
  
  Empty
  
  
  Declaration
  
    public static readonly CompareMode Empty
   
  Field Value
  
  Properties
  
  
  AutoFitLaps
  
  
  Declaration
  
    public bool AutoFitLaps { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  AutoFitLimit
  
  
  Declaration
  
    public double AutoFitLimit { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Double | 
         | 
      
    
  
  
  LapNumber
  
  
  Declaration
  
    public short LapNumber { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int16 | 
         | 
      
    
  
  
  LapSession
  
  
  Declaration
  
    public SessionId LapSession { get; set; }
   
  Property Value
  
  
  Offset
  
  
  Declaration
  
    public long Offset { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int64 | 
         | 
      
    
  
  
  Type
  
  
  Declaration
  
    public CompareModeType Type { get; set; }
   
  Property Value
  
  Implements
  
      System.Runtime.Serialization.IExtensibleDataObject