C# 클래스 NVelocity.Runtime.Directive.DirectiveManager

상속: IDirectiveManager
파일 보기 프로젝트 열기: rasmus-toftdahl-olesen/NVelocity

공개 메소드들

메소드 설명
Contains ( String name ) : bool
Create ( String name, Stack directiveStack ) : Directive
Register ( String directiveTypeName ) : void

메소드 상세

Contains() 공개 메소드

public Contains ( String name ) : bool
name String
리턴 bool

Create() 공개 메소드

public Create ( String name, Stack directiveStack ) : Directive
name String
directiveStack System.Collections.Stack
리턴 Directive

Register() 공개 메소드

public Register ( String directiveTypeName ) : void
directiveTypeName String
리턴 void