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

Implement StructureEditor #21

Open
mpostol opened this issue Jun 2, 2015 · 0 comments
Open

Implement StructureEditor #21

mpostol opened this issue Jun 2, 2015 · 0 comments
Labels
enhancement Help wanted Looking for contributors

Comments

@mpostol
Copy link
Owner

mpostol commented Jun 2, 2015

Use MVVM and reflection. Placeholder is in the project StructureEditor. Unit Test must be provided.

  • Model: any object that must by edited using reflection. Two options: public properties or DataMemberAttribute and members with the DataMemberAttribute to select the data holders.
  • ModelView: responsible to get the data from the object and populate selected control. It shall save modified values into the object. Recurrence should be implemented.
  • View: selected control to display and edit the members value.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Help wanted Looking for contributors
Projects
None yet
Development

No branches or pull requests

1 participant