CsEntity::entity_name_options Struct Reference

Entity name generation options. More...

List of all members.

Public Member Functions

 entity_name_options ()
 Constructor.

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.


Constructor & Destructor Documentation

CsEntity::entity_name_options::entity_name_options (  )  [inline]

Constructor.


Member Data Documentation

If true adds assembly to entity name.

If true generates generic entities type parameters.

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

If true generates full scope.

© 2010 metaspec