Interface IUpdateViewpointGroupRequest
- Assembly
- Ascon.Polynom.Web.Api.Data.dll
Запрос обновления группы элементов справочника.
[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(UpdateViewpointGroupRequest))]
public interface IUpdateViewpointGroupRequest : IUpdateRequest, IIdentifierRequest, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IWebApiRequest
- Inherited Members
- Extension Methods
Properties
Description
Описание.
Optional<string> Description { get; set; }
Property Value
IconCode
Код используемой иконки
Optional<int> IconCode { get; set; }
Property Value
Name
Имя объекта.
Optional<string> Name { get; set; }