Sphyrnidae Common Library  2.0.1
Shared Utilities/Library
Sphyrnidae.Common.Application.IApplicationSettings Interface Reference

Interface definition for common application-wide hard-coded settings More...

Inheritance diagram for Sphyrnidae.Common.Application.IApplicationSettings:
Sphyrnidae.Common.Application.ApplicationSettingsMock Sphyrnidae.Common.Application.SphyrnidaeApplicationSettings

Properties

string Name [get]
 The name of your application. More...
 
string Description [get]
 Description for your application. More...
 
string ContactName [get]
 Name of the contact person More...
 
string ContactEmail [get]
 Email address of the contact person More...
 
string Environment [get]
 The name of the current environment More...
 

Detailed Description

Interface definition for common application-wide hard-coded settings

Property Documentation

◆ 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: