Interface ISetDisplayNameConceptPropertySourceRequest
- Namespace
- Ascon.Polynom.Web.Api.Data.Interfaces.Requests.ConceptPropertySource
- Assembly
- Ascon.Polynom.Web.Api.Data.dll
Запрос на изменение отображаемого имени свойства понятия.
[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(SetDisplayNameConceptPropertySourceRequest))]
public interface ISetDisplayNameConceptPropertySourceRequest : IWebApiRequest
Properties
ConceptPropertySource
Объект свойства понятия.
IIdentifiableObject ConceptPropertySource { get; set; }
Property Value
NewDisplayName
Новое отображаемое имя.
string NewDisplayName { get; set; }