Table of Contents

Interface IUpdateViewpointGroupRequest

Namespace
Ascon.Polynom.Web.Api.Data.Interfaces.Requests.Viewpoint
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

Optional<string>

IconCode

Код используемой иконки

Optional<int> IconCode { get; set; }

Property Value

Optional<int>

Name

Имя объекта.

Optional<string> Name { get; set; }

Property Value

Optional<string>