-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Added XML Docs to Prism.Wpf - Prism.Services.Dialogs #2065
Conversation
Added documentation for every Dialog file except IDialogParameters/DialogParameters due to #2064
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks really good... just need one minor change
/// The parameters from the dialog | ||
/// The parameters passed to the dialog. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this was correct to begin with... The DialogResult should be providing the DialogParameters from the Dialog... not to it..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No problem, I thought the Parameters
property in IDialogResult
was the original parameters passed to the Dialog (IE IDialogAware.OnDialogOpened(parameters)
), so I named it as such.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description of Change
Added documentation - issue #1978
Project: Prism.Wpf
Namespace Prism.Services.Dialogs
Bugs Fixed
None
API Changes
None
Behavioral Changes
None
PR Checklist