加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

什么动词将描述C#类与其属性之间的关系?

发布时间:2020-12-15 06:55:30 所属栏目:百科 来源:网络整理
导读:考虑到以下几点: [Export]public class BudgetView : ViewBase,IView{ // Members Galore} 很明显,你会说BudgetView扩展ViewBase,它实现了IView,但是对于糟糕的旧导出呢? BudgetView可能使用导出? 或者BudgetView应用导出? 我需要我的文档.我需要非常正
考虑到以下几点:
[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.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读