ClassNameModel Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| ClassNameModel(String) | |
| ClassNameModel(String, String) |
ClassNameModel(String)
public:
ClassNameModel(System::String ^ fullTypeName);
public ClassNameModel (string fullTypeName);
new Microsoft.VisualStudio.Web.CodeGenerators.Mvc.ClassNameModel : string -> Microsoft.VisualStudio.Web.CodeGenerators.Mvc.ClassNameModel
Public Sub New (fullTypeName As String)
Parameters
- fullTypeName
- String
Applies to
ClassNameModel(String, String)
public:
ClassNameModel(System::String ^ className, System::String ^ namespaceName);
public ClassNameModel (string className, string namespaceName);
new Microsoft.VisualStudio.Web.CodeGenerators.Mvc.ClassNameModel : string * string -> Microsoft.VisualStudio.Web.CodeGenerators.Mvc.ClassNameModel
Public Sub New (className As String, namespaceName As String)
Parameters
- className
- String
- namespaceName
- String