C# Class TemplateEngine.Docx.Processors.ListProcessor.LevelPrototype

Prototype of the concrete level of list.
Mostra file Open project: UNIT6-open/TemplateEngine.Docx

Private Properties

Property Type Description
LevelPrototype System

Public Methods

Method Description
Clone ( ) : LevelPrototype
LevelPrototype ( ProcessContext context, IEnumerable prototypeItems, IEnumerable fieldNames ) : System

Private Methods

Method Description
LevelPrototype ( ProcessContext context, IEnumerable prototypeItems ) : System

Method Details

Clone() public method

public Clone ( ) : LevelPrototype
return LevelPrototype

LevelPrototype() public method

public LevelPrototype ( ProcessContext context, IEnumerable prototypeItems, IEnumerable fieldNames ) : System
context ProcessContext
prototypeItems IEnumerable
fieldNames IEnumerable
return System