C# Class NVelocity.Runtime.Directive.DirectiveManager
Mostrar archivo
Open project: rasmus-toftdahl-olesen/NVelocity
Public Methods
Method |
Description |
|
Contains ( String name ) : bool |
|
|
Create ( String name, Stack directiveStack ) : Directive |
|
|
Register ( String directiveTypeName ) : void |
|
|
Method Details
public Contains ( String name ) : bool |
name |
String |
|
return |
bool |
|
public Create ( String name, Stack directiveStack ) : Directive |
name |
String |
|
directiveStack |
System.Collections.Stack |
|
return |
Directive |
|
public Register ( String directiveTypeName ) : void |
directiveTypeName |
String |
|
return |
void |
|