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

Entire list prototype, includes all list levels.
Показать файл Открыть проект

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

Метод Описание
CurrentLevelPrototype ( IEnumerable fieldNames ) : LevelPrototype

Retrieves prototype for current content item.

Exclude ( LevelPrototype prototypeForExclude ) : Prototype
Prototype ( ProcessContext context, System.Xml.Linq.XElement listContentControl, IEnumerable fieldNames ) : System

Creates prototype from list content control and fieldNames.

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

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

Creates prototype from list of prototype items.

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

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

Retrieves prototype for current content item.
public CurrentLevelPrototype ( IEnumerable fieldNames ) : LevelPrototype
fieldNames IEnumerable Fields names for current content item.
Результат LevelPrototype

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

public Exclude ( LevelPrototype prototypeForExclude ) : Prototype
prototypeForExclude LevelPrototype
Результат Prototype

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

Creates prototype from list content control and fieldNames.
public Prototype ( ProcessContext context, System.Xml.Linq.XElement listContentControl, IEnumerable fieldNames ) : System
context ProcessContext Process context.
listContentControl System.Xml.Linq.XElement List content control element.
fieldNames IEnumerable Names of fields with content.
Результат System