考虑到以下几点:
[Export] public class BudgetView : ViewBase,IView { // Members Galore }
很明显,你会说BudgetView扩展ViewBase,它实现了IView,但是对于糟糕的旧导出呢?
BudgetView可能使用导出?
或者BudgetView应用导出?
我需要我的文档.我需要非常正式和非常详细.
编辑:
我的UML工具对我可以做什么和不能做的非常有限制.我不能做自定义的定型.
解决方法
MSDN uses the terminology的“适用”.导出应用于BudgetView类型.
版本4的C#规范也使用这个术语.例如,从1.12属性:
Attributes can be applied by giving their name,along with any arguments,inside square brackets just before the associated declaration. If an attribute’s name ends in Attribute,that part of the name can be omitted when the attribute is referenced.