C# Class CustomPageFilter, gert

Inheritance: PageParserFilter
Afficher le fichier Open project: mono/gert

Méthodes publiques

Méthode 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 méthode

public AllowBaseType ( Type baseType ) : bool
baseType Type
Résultat bool

AllowControl() public méthode

public AllowControl ( Type controlType, ControlBuilder builder ) : bool
controlType Type
builder ControlBuilder
Résultat bool

AllowVirtualReference() public méthode

public AllowVirtualReference ( string referenceVirtualPath, VirtualReferenceType, referenceType ) : bool
referenceVirtualPath string
referenceType VirtualReferenceType,
Résultat bool

GetCompilationMode() public méthode

public GetCompilationMode ( CompilationMode, current ) : CompilationMode,
current CompilationMode,
Résultat CompilationMode,

PreprocessDirective() public méthode

public PreprocessDirective ( string directiveName, IDictionary attributes ) : void
directiveName string
attributes IDictionary
Résultat void

ProcessCodeConstruct() public méthode

public ProcessCodeConstruct ( CodeConstructType, codeType, string code ) : bool
codeType CodeConstructType,
code string
Résultat bool