Class BackendDatabaseInformation
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class BackendDatabaseInformation
Constructors
BackendDatabaseInformation()
Declaration
public BackendDatabaseInformation()
Properties
Edition
Declaration
public string Edition { get; init; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Declaration
public string Name { get; init; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Declaration
public string Type { get; init; }
Property Value
| Type | Description |
|---|---|
| string |
Version
Declaration
public string Version { get; init; }
Property Value
| Type | Description |
|---|---|
| string |