ScaffoldingAssemblyDirectiveProcessor Class

This directive processor supports a T4 directive like this: {#@ ScaffoldingAssembly Processor="ScaffoldingAssemblyLoader" #} By using the above directive, a T4 template will be able to load the Microsoft.AspNet.Scaffolding.dll and then can import any namespaces from there to execute code in them.

System.Object
  Microsoft.AspNet.Scaffolding.Templating.ScaffoldingAssemblyDirectiveProcessor

Namespace:  Microsoft.AspNet.Scaffolding.Templating
Assembly:  Microsoft.AspNet.Scaffolding.12.0 (in Microsoft.AspNet.Scaffolding.12.0.dll)

[DirectiveProcessorAttribute("ScaffoldingAssemblyLoader")]
[SupportedDirectiveAttribute("ScaffoldingAssembly")]
public class ScaffoldingAssemblyDirectiveProcessor : IDirectiveProcessor

The ScaffoldingAssemblyDirectiveProcessor type exposes the following members.

  NameDescription
Public methodScaffoldingAssemblyDirectiveProcessorInitializes a new instance of the ScaffoldingAssemblyDirectiveProcessor class.
Top

  NameDescription
Protected propertyErrorsError collection for DirectiveProcessor to add Errors/Warnings to.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: