Interface definition for common application-wide hard-coded settings  
 More...
Interface definition for common application-wide hard-coded settings 
 
◆ ContactEmail
  
  
      
        
          | string Sphyrnidae.Common.Application.IApplicationSettings.ContactEmail | 
         
       
   | 
  
get   | 
  
 
Email address of the contact person 
This should be a valid email address, but no validation is done here (done in swagger)
 
 
◆ ContactName
  
  
      
        
          | string Sphyrnidae.Common.Application.IApplicationSettings.ContactName | 
         
       
   | 
  
get   | 
  
 
Name of the contact person 
 
 
◆ Description
  
  
      
        
          | string Sphyrnidae.Common.Application.IApplicationSettings.Description | 
         
       
   | 
  
get   | 
  
 
Description for your application. 
 
 
◆ Environment
  
  
      
        
          | string Sphyrnidae.Common.Application.IApplicationSettings.Environment | 
         
       
   | 
  
get   | 
  
 
The name of the current environment 
You should pull this from IWebHostEnvironment.EnvironmentName
 
 
◆ Name
  
  
      
        
          | string Sphyrnidae.Common.Application.IApplicationSettings.Name | 
         
       
   | 
  
get   | 
  
 
The name of your application. 
 
 
The documentation for this interface was generated from the following file:
- C:/Users/dougb/Desktop/Sphyrnidae/New/Common/Common/Application/IApplicationSettings.cs