Matt Ward
d7b7ee5247
T4 template can now add partial keyword to class.
...
The EnvDTE.CodeClass2.ClassKind property setter can be used to add a partial keyword to the class definition.
The T4MVC template makes all controller classes partial so it can add extend the original class with an associated partial controller class that it generates.
13 years ago
Matt Ward
b17aa07a6d
Implement EnvDTE.CodeFunction.Attributes
...
The T4MVC template checks method attributes.
13 years ago
Matt Ward
f8a9a0cff6
Implement EnvDTE.CodeType.IsDerivedFrom()
...
The T4MVC template checks that controller action methods return a class derived from System.Web.Mvc.ActionResult.
13 years ago
Matt Ward
9963d62468
Implement EnvDTE.CodeClass2.IsGeneric
...
The T4MVC template checks for generic controller classes and does not process them.
13 years ago
Matt Ward
f81c495eac
Add classes to EnvDTE.FileCodeModel2.CodeElements
13 years ago
Matt Ward
24955c6960
Implement EnvDTE.CodeClass2.ClassKind getter.
13 years ago
Matt Ward
102658b33f
Implement EnvDTE.CodeType2.IsAbstract
13 years ago
Matt Ward
baa60e5fb4
Fix null reference when accessing the InfoLocation of a EnvDTE CodeProperty's Type.
13 years ago
Matt Ward
32b975464f
Implement EnvDTE.CodeInterface.AddFunction.
13 years ago
Matt Ward
6e460e179f
Implement EnvDTE.CodeClass.AddVariable.
13 years ago
Matt Ward
1ac5d8ed7c
Implement EnvDTE.CodeType.Namespace.
13 years ago
Matt Ward
a7e6377779
Implement EnvDTE.CodeTypeRef and EnvDTE.CodeTypeRef2.
13 years ago
Matt Ward
31d0f03af4
Implement CodeType.Members for fields, methods and properties.
13 years ago