Table of Contents

Interface IAutoGeneratedNamePreviewConceptPropertySourceResponse

Namespace
Ascon.Polynom.Web.Api.Data.Interfaces.Responses
Assembly
Ascon.Polynom.Web.Api.Data.dll

Ответ на запрос автосгенерированного имени свойства понятия.

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(AutoGeneratedNamePreviewConceptPropertySourceResponse))]
public interface IAutoGeneratedNamePreviewConceptPropertySourceResponse

Properties

AutoGeneratedName

Автоматически сгенерированное имя.

string AutoGeneratedName { get; set; }

Property Value

string