
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
Windows Workflow Foundation has "Dependency Properties" which are written a little differently than regular properties. And, they're even more tedious to write than regular properties. If there was a Code Generation entry for them, like 'Read-Write Dependency Property", that would be great. Even better might be the ability to write a normal variable, like "private string _Name;", and have the 'Read-Write Dependency Property" module convert those variable definitions to Dependency Variables definitions and generate the property code. An example of dependency variables and properties can be found in the first/second code listing at ( http://msdn2.microsoft.com/en-us/library/bb800784.aspx ).
|
|
Description
|
Windows Workflow Foundation has "Dependency Properties" which are written a little differently than regular properties. And, they're even more tedious to write than regular properties. If there was a Code Generation entry for them, like 'Read-Write Dependency Property", that would be great. Even better might be the ability to write a normal variable, like "private string _Name;", and have the 'Read-Write Dependency Property" module convert those variable definitions to Dependency Variables definitions and generate the property code. An example of dependency variables and properties can be found in the first/second code listing at ( http://msdn2.microsoft.com/en-us/library/bb800784.aspx ). |
Show » |
| There are no comments yet on this issue.
|
|