Class ParameterBase
  
  
  
  
    Inheritance
    System.Object
    
    ParameterBase
      
      
   
  
    Implements
    System.Runtime.Serialization.IExtensibleDataObject
   
  
  
  Assembly: MAT.Atlas.Automation.Api.dll
  Syntax
  
    public abstract class ParameterBase : ModelBase, IExtensibleDataObject
   
  Constructors
  
  
  ParameterBase()
  
  
  Declaration
  
    protected ParameterBase()
   
  Properties
  
  
  DataBitMask
  
  
  Declaration
  
    public string DataBitMask { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  DataSource
  
  
  Declaration
  
    public string DataSource { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  DataType
  
  
  Declaration
  
    public string DataType { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  Description
  
  
  Declaration
  
    public string Description { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  ErrorBitMask
  
  
  Declaration
  
    public string ErrorBitMask { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  
  Declaration
  
    public string Format { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  Identifier
  
  
  Declaration
  
    public string Identifier { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  InstanceIdentifier
  
  
  Declaration
  
    public ObjectId InstanceIdentifier { get; set; }
   
  Property Value
  
  
  MaximumFrequency
  
  
  Declaration
  
    public double MaximumFrequency { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Double | 
         | 
      
    
  
  
  MinimumFrequency
  
  
  Declaration
  
    public double MinimumFrequency { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Double | 
         | 
      
    
  
  
  Name
  
  
  Declaration
  
    public string Name { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  Units
  
  
  Declaration
  
    public string Units { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  Implements
  
      System.Runtime.Serialization.IExtensibleDataObject