GeneratorUtilsProduceDotNetTypeName Method |
Name | Description | |
---|---|---|
ProduceDotNetTypeName(Type, Boolean, String) |
Produces a .NET type name for the type specified. If generateAsNullableType is set to true
the pattern is used to produce the type string, otherwise the type name is produced using ToString()
| |
ProduceDotNetTypeName(IFieldElementCore, Project, String) |
Produces a .NET type name for the field specified. If the field is nullable and nullable types should be generated according to the settings
in the specified field, the pattern is used to produce the type string, otherwise the type name is produced using ToString()
|