Table of Contents

Interface IAboutResponse

Namespace
Ascon.Polynom.Web.Api.Data.Interfaces.Models.Common
Assembly
Ascon.Polynom.Web.Api.Data.dll

Ответ о программе.

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(AboutResponse))]
public interface IAboutResponse

Properties

ProductVersion

Версия продукта.

string ProductVersion { get; set; }

Property Value

string

ServerVersion

Версия сервера.

string ServerVersion { get; set; }

Property Value

string

StorageVersion

Версия хранилища.

string StorageVersion { get; set; }

Property Value

string

WebServerVersion

Версия веб сервера.

string WebServerVersion { get; set; }

Property Value

string