Show / Hide Table of Contents

Class BackendInformation

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

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

ApiVersion

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

Authentication

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

BuildDate

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

Database

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

Runtime

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

Version

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