-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hi,
Thanks for your great work,
However, I'm unable to get primitive types for C# (I'm currently using a database model)
the construct I use is :
$env.setLanguage('C#')
#foreach( $attribute in $entity.attributes )
public ${attribute.type} ${attribute.name}
#end
I have also tried .fullType, .simpleType, none worked. They are always translated as object types.
ie :
public Int32 Id
public String Label
whereas I would like to generate :
public int Id
public string Label
Is there something I'm missing ?
Thanks in advance,
Metadata
Metadata
Assignees
Labels
No labels