Method | Description | |
---|---|---|
GetImportsForProcessingRun ( ) : string[] |
Return namespace imports necessary for running template
|
|
GetReferencesForProcessingRun ( ) : string[] |
Get assembly references needed for running template
|
|
IsDirectiveSupported ( string directiveName ) : bool |
Check if the directive name is supported by this directive processor
|
|
OrmLanguageDirectiveProcessorBase ( ) |
Constructor
|
|
StartProcessingRun ( global languageProvider, string templateContents, global errors ) : void |
Override StartProcessingRun to reset the helpers flag.
|
Method | Description | |
---|---|---|
GeneratePreInitializationCode ( string directiveName, global codeBuffer, global languageProvider, string>.global |
Contribute additively to initialization code for the TextTransformation generated class. This code will be added before the call to the base class. |
|
InitializeProvidesDictionary ( string directiveName, string>.global |
Override to initialize provides dictinoary
|
|
InitializeRequiresDictionary ( string directiveName, string>.global |
Override to initialize requires dictionary
|
|
PostProcessArguments ( string directiveName, string>.global |
Process arguments
|
Method | Description | |
---|---|---|
GeneratePostInitializationCode ( string directiveName, global codeBuffer, global languageProvider, string>.global |
||
GenerateTransformCode ( string directiveName, global codeBuffer, global languageProvider, string>.global |
protected GeneratePreInitializationCode ( string directiveName, global codeBuffer, global languageProvider, string>.global |
||
directiveName | string | |
codeBuffer | global | |
languageProvider | global | |
requiresArguments | string>.global | |
providesArguments | string>.global | |
return | void |
public GetImportsForProcessingRun ( ) : string[] | ||
return | string[] |
public GetReferencesForProcessingRun ( ) : string[] | ||
return | string[] |
protected InitializeProvidesDictionary ( string directiveName, string>.global |
||
directiveName | string | |
providesDictionary | string>.global | |
return | void |
protected InitializeRequiresDictionary ( string directiveName, string>.global |
||
directiveName | string | |
requiresDictionary | string>.global | |
return | void |
public IsDirectiveSupported ( string directiveName ) : bool | ||
directiveName | string | |
return | bool |
protected PostProcessArguments ( string directiveName, string>.global |
||
directiveName | string | |
requiresArguments | string>.global | |
providesArguments | string>.global | |
return | void |
public StartProcessingRun ( global languageProvider, string templateContents, global errors ) : void | ||
languageProvider | global | |
templateContents | string | |
errors | global | |
return | void |