C# Class NVelocity.Runtime.Directive.DirectiveManager

Inheritance: IDirectiveManager
Afficher le fichier Open project: rasmus-toftdahl-olesen/NVelocity

Méthodes publiques

Méthode Description
Contains ( String name ) : bool
Create ( String name, Stack directiveStack ) : Directive
Register ( String directiveTypeName ) : void

Method Details

Contains() public méthode

public Contains ( String name ) : bool
name String
Résultat bool

Create() public méthode

public Create ( String name, Stack directiveStack ) : Directive
name String
directiveStack System.Collections.Stack
Résultat Directive

Register() public méthode

public Register ( String directiveTypeName ) : void
directiveTypeName String
Résultat void