Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to hide/omit Property Accessors from diagram #51

Open
puremcc opened this issue Apr 26, 2022 · 1 comment
Open

Option to hide/omit Property Accessors from diagram #51

puremcc opened this issue Apr 26, 2022 · 1 comment

Comments

@puremcc
Copy link

puremcc commented Apr 26, 2022

This would be nice to have, since the <><> is overly verbose for large domain model where all of the have these on all of their attributes.

@puremcc
Copy link
Author

puremcc commented Apr 26, 2022

In the meantime, a functional workaround is to just run the following sed command right after.

Excerpt from my current build script:

# Generate puml files from our C# Entities.
puml-gen ../Model/Entities generatedPuml -dir -execludePaths bin,obj,Properties -createAssociation -AllInOne

# Remove property accessors from the puml files for brevity. 
sed -i '' -e 's/ <<get>> <<set>>//g' generatedPuml/*.puml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant