Show / Hide Table of Contents

Interface IAdminService

Payroll backend administration service

Namespace: PayrollEngine.Client.Service
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IAdminService

Methods

GetBackendInformationAsync()

Get backend server information

Declaration
Task<BackendInformation> GetBackendInformationAsync()
Returns
Type Description
Task<BackendInformation>

The backend information

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