Table of Contents

Class ApplicationModelOptions

Namespace
Cratis.Applications
Assembly
Cratis.Applications.dll

Represents the options for the application model.

public class ApplicationModelOptions
Inheritance
ApplicationModelOptions
Inherited Members

Properties

CorrelationId

Gets or sets the options for the correlation ID.

public CorrelationIdOptions CorrelationId { get; set; }

Property Value

CorrelationIdOptions

IdentityDetailsProvider

Gets or sets what type of identity details provider to use. If none is specified it will use type discovery to try to find one.

public Type? IdentityDetailsProvider { get; set; }

Property Value

Type

Tenancy

Gets or sets the options for the tenancy.

public TenancyOptions Tenancy { get; set; }

Property Value

TenancyOptions