Table of Contents

Class AboutResponse

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

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

public class AboutResponse : IAboutResponse
Inheritance
AboutResponse
Implements
Inherited Members

Constructors

AboutResponse()

public AboutResponse()

Properties

ProductVersion

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

public string ProductVersion { get; set; }

Property Value

string

ServerVersion

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

public string ServerVersion { get; set; }

Property Value

string

StorageVersion

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

public string StorageVersion { get; set; }

Property Value

string

WebServerVersion

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

public string WebServerVersion { get; set; }

Property Value

string