Table of Contents

Interface IUpdateRestrictedListRequest

Namespace
Ascon.Polynom.Web.Api.Data.Interfaces.Requests.RestrictedLists
Assembly
Ascon.Polynom.Web.Api.Data.dll

Представляет запрос на изменение ограничительного перечня.

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(UpdateRestrictedListRequest))]
public interface IUpdateRestrictedListRequest : IUpdateRequest, IIdentifierRequest, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IWebApiRequest
Inherited Members
Extension Methods

Properties

Code

Возвращает или задает уникальный код.

Optional<string> Code { get; set; }

Property Value

Optional<string>

Description

Описание объекта.

Optional<string> Description { get; set; }

Property Value

Optional<string>

IsMandatory

Возвращает или задает опцию "Обязательный".

Optional<bool> IsMandatory { get; set; }

Property Value

Optional<bool>

Name

Название объекта.

Optional<string> Name { get; set; }

Property Value

Optional<string>