Table of Contents

Interface IRestrictedList

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

Ограничительный перечень.

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(RestrictedList))]
public interface IRestrictedList : INamedObject, IHaveName, IHaveCode, IHaveDescription, IAccessControlObject, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IHaveWriteAccess
Inherited Members
Extension Methods

Properties

IsMandatory

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

bool IsMandatory { get; set; }

Property Value

bool