entity_name_options Struct Reference

Entity name generation options. More...

List of all members.

Public Attributes

bool scope
 If true generates full scope.
bool generic_parameters
 If true generates generic entities type parameters.
bool assembly
 If true adds assembly to entity name.
bool qualified_name
 If true generates qualified name like 'System.Bool', otherwise 'bool'.

Detailed Description

Entity name generation options.


Member Data Documentation

bool assembly

If true adds assembly to entity name.

If true generates generic entities type parameters.

If true generates qualified name like 'System.Bool', otherwise 'bool'.

bool scope

If true generates full scope.

© 2010 metaspec