Class SetDisplayNameConceptPropertySourceRequest
- Assembly
- Ascon.Polynom.Web.Api.Data.dll
Запрос на изменение отображаемого имени свойства понятия.
public class SetDisplayNameConceptPropertySourceRequest : WebApiRequest, ISetDisplayNameConceptPropertySourceRequest, IWebApiRequest
- Inheritance
-
SetDisplayNameConceptPropertySourceRequest
- Implements
- Inherited Members
Constructors
SetDisplayNameConceptPropertySourceRequest()
public SetDisplayNameConceptPropertySourceRequest()
Properties
ConceptPropertySource
Объект свойства понятия.
public IIdentifiableObject ConceptPropertySource { get; set; }
Property Value
NewDisplayName
Новое отображаемое имя.
public string NewDisplayName { get; set; }