Table of Contents

Class CommonOptions

Namespace
arolariu.Backend.Common.Options
Assembly
arolariu.Backend.Common.dll

Common options for the application.

public sealed class CommonOptions
Inheritance
CommonOptions
Inherited Members

Properties

ApplicationAuthor

The author of the application.

public string ApplicationAuthor { get; set; }

Property Value

string

ApplicationDescription

The description of the application.

public string ApplicationDescription { get; set; }

Property Value

string

ApplicationInsightsEndpoint

The instrumentation key for Application Insights (OTel exporter).

public string ApplicationInsightsEndpoint { get; set; }

Property Value

string

ApplicationName

The name of the application.

public string ApplicationName { get; set; }

Property Value

string

ApplicationVersion

The version of the application.

public string ApplicationVersion { get; set; }

Property Value

string

TermsAndConditions

The terms and conditions of the application.

public string TermsAndConditions { get; set; }

Property Value

string