Show / Hide Table of Contents

Class DictionaryVirtualElement

Модель виртуального элемента, расширяющая функционал DictionaryRootElement

Inheritance
DictionaryRootElement
DictionaryVirtualElement
Inherited Members
DictionaryRootElement.Name
DictionaryRootElement.LocalizedName
DictionaryRootElement.Position
Namespace: Trivium.DictionariesDto.Metadata.Models
Assembly: Trivium.DictionariesDto.dll
Syntax
public class DictionaryVirtualElement : DictionaryRootElement, IEquatable<DictionaryVirtualElement>, ICopyable<DictionaryVirtualElement>

Properties

bool AllowAddChildren
Должен ли виртуальный элемент добавить все существующие элементы дочерними к себе
Nullable<int> Id
Идентификатор элемента
Nullable<int> NamePositionAttributeId
Идентификатор атрибута, в котором будет отображаться наименование элемента.
Back to top Generated by DocFX