- 1、本文档共59页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Axapta支持的平台及DB Axapta3.0支持的国家及语言 AXAPTA 推荐的命名规则 Naming conventions (命名规则) Naming conventions contribute to consistency and to making the application easier to understand. The general Axapta naming conventions that apply to all application objects are described below.(命名规则是为了规范及使程序容易理解.在下面所描述的规则是应用于Axapta的所有应用程序对象的.) For specific naming standards of the various application objects, see their specific topics.(对于不同应用对象的特殊的命名标准,看他们各自的特殊说明主题.) General rules(一般规则) All names must be in US English.(所有的名字都应该是美式英文) Names in the AOT and in X++ code must correspond to the names in the US user interface.(名字在AOT和在X++代码里必须符合美式用户的界面.) Names must be logical and descriptive.The default rule is to name logically and descriptively, so if no other specialized rule apply; name logically and descriptively. () Names must be spelled correctly.(名字必须拼写正确.) If a logical name has been given and used in a special meaning, make sure the same logical name is used on every occasion where a name has the same meaning.() Names must be used consistently. All texts that appear in the user interface must be defined using a label. (This rule applies only if you want your solution certified as an international solution.) Each paths in the Application Object Tree must be unique. This means that nodes with identical names must not exist. Upper or lower case (大小写规则) The name of an application object is given in mixed case with an uppercase first letter and the first letter of each internal word capitalized.(一个应用程序对象的名字是大小写混写的单词即第一个是大写字符和每个单词的首字都是大写.) The name of a member (a method, a variable or a table field) is given in mixed case with a lowercase first letter and the first letter of each internal word capitalized.(对于 “Method,Variable or Table field”也是大小写混写:以第一个小写字母开头.和每个内部单词的首字大写的规则.) System functions are treated as other methods, that is, a lower case first letter.(系统函数也被加工成像其它方法一样,是一个小写字母开头.) The name of a primitive type is given in lowercase. Examples: str,? date, int, real, void, boolean.true, fals
文档评论(0)