C# Class CustomPageFilter, gert

Inheritance: PageParserFilter
ファイルを表示 Open project: mono/gert

Public Methods

Method Description
AllowBaseType ( Type baseType ) : bool
AllowControl ( Type controlType, ControlBuilder builder ) : bool
AllowVirtualReference ( string referenceVirtualPath, VirtualReferenceType, referenceType ) : bool
GetCompilationMode ( CompilationMode, current ) : CompilationMode,
PreprocessDirective ( string directiveName, IDictionary attributes ) : void
ProcessCodeConstruct ( CodeConstructType, codeType, string code ) : bool

Method Details

AllowBaseType() public method

public AllowBaseType ( Type baseType ) : bool
baseType Type
return bool

AllowControl() public method

public AllowControl ( Type controlType, ControlBuilder builder ) : bool
controlType Type
builder ControlBuilder
return bool

AllowVirtualReference() public method

public AllowVirtualReference ( string referenceVirtualPath, VirtualReferenceType, referenceType ) : bool
referenceVirtualPath string
referenceType VirtualReferenceType,
return bool

GetCompilationMode() public method

public GetCompilationMode ( CompilationMode, current ) : CompilationMode,
current CompilationMode,
return CompilationMode,

PreprocessDirective() public method

public PreprocessDirective ( string directiveName, IDictionary attributes ) : void
directiveName string
attributes IDictionary
return void

ProcessCodeConstruct() public method

public ProcessCodeConstruct ( CodeConstructType, codeType, string code ) : bool
codeType CodeConstructType,
code string
return bool