Show / Hide Table of Contents

Class BackendInformation

Backend server information for client diagnostics and compatibility checks

Inheritance
object
BackendInformation
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 BackendInformation

Constructors

BackendInformation()

Declaration
public BackendInformation()

Properties

ApiName

REST API name

Declaration
public string ApiName { get; init; }
Property Value
Type Description
string

ApiVersion

REST API version (e.g. "1.0")

Declaration
public string ApiVersion { get; init; }
Property Value
Type Description
string

Authentication

Authentication configuration (no secrets)

Declaration
public BackendAuthInformation Authentication { get; init; }
Property Value
Type Description
BackendAuthInformation

BuildDate

Backend assembly build date (UTC)

Declaration
public DateTime BuildDate { get; init; }
Property Value
Type Description
DateTime

Database

Database runtime information

Declaration
public BackendDatabaseInformation Database { get; init; }
Property Value
Type Description
BackendDatabaseInformation

Runtime

Runtime configuration

Declaration
public BackendRuntimeInformation Runtime { get; init; }
Property Value
Type Description
BackendRuntimeInformation

Version

Backend assembly version (e.g. "0.10.0-beta.1")

Declaration
public string Version { get; init; }
Property Value
Type Description
string

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