Show / Hide Table of Contents

Class BackendRuntimeInformation

Inheritance
object
BackendRuntimeInformation
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class BackendRuntimeInformation

Constructors

BackendRuntimeInformation()

Declaration
public BackendRuntimeInformation()

Properties

AssemblyCacheTimeoutSeconds

Declaration
public int AssemblyCacheTimeoutSeconds { get; init; }
Property Value
Type Description
int

AuditTrail

Declaration
public BackendAuditTrailInformation AuditTrail { get; init; }
Property Value
Type Description
BackendAuditTrailInformation

Cors

Declaration
public BackendCorsInformation Cors { get; init; }
Property Value
Type Description
BackendCorsInformation

DbCommandTimeoutSeconds

Declaration
public int DbCommandTimeoutSeconds { get; init; }
Property Value
Type Description
int

DbTransactionTimeoutSeconds

Declaration
public int DbTransactionTimeoutSeconds { get; init; }
Property Value
Type Description
int

MaxParallelEmployees

Declaration
public int MaxParallelEmployees { get; init; }
Property Value
Type Description
int

MaxRetroPayrunPeriods

Declaration
public int MaxRetroPayrunPeriods { get; init; }
Property Value
Type Description
int

RateLimiting

Declaration
public BackendRateLimitingInformation RateLimiting { get; init; }
Property Value
Type Description
BackendRateLimitingInformation

ScriptSafetyAnalysis

Declaration
public bool ScriptSafetyAnalysis { get; init; }
Property Value
Type Description
bool

TenantIsolationLevel

Declaration
public TenantIsolationLevel TenantIsolationLevel { get; init; }
Property Value
Type Description
TenantIsolationLevel

WebhookTimeoutSeconds

Declaration
public int WebhookTimeoutSeconds { get; init; }
Property Value
Type Description
int

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX