C# Класс TemplateEngine.Docx.Processors.ListProcessor.LevelPrototype

Prototype of the concrete level of list.
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
LevelPrototype System

Открытые методы

Метод Описание
Clone ( ) : LevelPrototype
LevelPrototype ( ProcessContext context, IEnumerable prototypeItems, IEnumerable fieldNames ) : System

Приватные методы

Метод Описание
LevelPrototype ( ProcessContext context, IEnumerable prototypeItems ) : System

Описание методов

Clone() публичный Метод

public Clone ( ) : LevelPrototype
Результат LevelPrototype

LevelPrototype() публичный Метод

public LevelPrototype ( ProcessContext context, IEnumerable prototypeItems, IEnumerable fieldNames ) : System
context ProcessContext
prototypeItems IEnumerable
fieldNames IEnumerable
Результат System