C# 클래스 TemplateEngine.Docx.Processors.ListProcessor.Prototype

Entire list prototype, includes all list levels.
파일 보기 프로젝트 열기: UNIT6-open/TemplateEngine.Docx

공개 메소드들

메소드 설명
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