Table of Contents

Interface IElementGroup

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

Группа элементов.

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(ElementGroup))]
public interface IElementGroup : IClassifiableGroup, IClassifiableObject, IHaveIcon, IHaveDescription, IStructureItem, IPropertyValueOwner, IApplicableObject, INamedObject, IHaveName, IHaveApplicability, IDocumentOwner, IHaveId, IAccessControlObject, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IHaveWriteAccess
Inherited Members
Extension Methods

Properties

ClassId

Возвращает или задает название класса элементов.

string? ClassId { get; set; }

Property Value

string

IsAllPartSizesTab

Признак отображения вкладки "Все размеры".

bool? IsAllPartSizesTab { get; set; }

Property Value

bool?

IsEntry

Признак "Объект является точкой входа".

bool? IsEntry { get; set; }

Property Value

bool?