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

Prototype of the concrete level of list.
파일 보기 프로젝트 열기: UNIT6-open/TemplateEngine.Docx

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