Base Enum Properties [AX 2012]
Base Enum Properties [AX 2012]
This topic has not yet been rated - Rate this topic
Updated: December 6, 2011
Applies To: Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012
The following table describes the properties available for enums.
Property |
Description |
New in this version of |
AnalysisUsage(分析用途) |
标明枚举在 cube 中的作用. 这个设置时自动传播到所有表中引用该枚举的字段. Specify one of the following values.
|
|
ConfigurationKey |
Sets the configuration key. |
|
CountryRegionCodes |
Specifies the country region code(s) where the view is applicable or valid. 客户端和应用程序用这个属性来启用或禁用国家或区域特性. This is implemented as a comma-separated list of ISO country codes in a single string. The values must match data contained in the global address book. |
AX 2012 |
DisplayLength |
Sets the number of characters displayed. Default value is Auto . |
|
Help |
为字段创建一个帮助字符串. 当该字段用在窗体上时,显示帮助字符串. |
|
Label |
Specifies a label that will be shown in forms and reports. |
|
Model |
Specifies which model the table is in. 模型是层中元素的逻辑分组. 一个元素可以存在于一个层中的一个恰当的分组. 元素可以是一个表或类. The same element can exist in a customized version in a model in a higher layer. |
AX 2012 |
Name |
Specifies the enum name. 枚举的名字必须表明可能的枚举值或值类型. 比如根据可能的值命名 InclExcl and NextPrevious . 比如根据枚举的值类型命名 ArrivalPostingType and ListStatus . |
|
Style |
改变枚举的默认显示. The options are as follows:
|
|
UseEnumValue |
该属性若设为 Yes 表明默认 EnumValue 属性被修改 . 将该属性设为 No 可以重设 EnumValue 属性 . |
Best Practices for Enum Properties
Data Dictionary Node in the AOT
Base Enum Properties [AX 2012]的更多相关文章
- Extended Data Type Properties [AX 2012]
Extended Data Type Properties [AX 2012] This topic has not yet been rated - Rate this topic Updated: ...
- View Properties [AX 2012]
View Properties [AX 2012] Other Versions This topic has not yet been rated - Rate this topic Updated ...
- Table Properties [AX 2012]
Table Properties [AX 2012] 1 out of 2 rated this helpful - Rate this topic Updated: July 20, 2012 Ap ...
- Understanding the RelationshipType Enumeration [AX 2012]
Understanding the RelationshipType Enumeration [AX 2012] 3 out of 3 rated this helpful - Rate this t ...
- Hosting custom WPF calendar control in AX 2012
原作者: https://community.dynamics.com/ax/b/axilicious/archive/2013/05/20/hosting-custom-wpf-calendar-c ...
- Temporary TempDB Tables [AX 2012]
Temporary TempDB Tables [AX 2012] 1 out of 4 rated this helpful - Rate this topic Updated: November ...
- Table Groups [AX 2012]
Table Groups [AX 2012] 0 out of 1 rated this helpful - Rate this topic Updated: February 21, 2012 Ap ...
- Overview of Form Control Types [AX 2012]
Overview of Form Control Types [AX 2012] Other Versions 0 out of 1 rated this helpful - Rate this to ...
- Using Controls in a Form Design [AX 2012]
Using Controls in a Form Design [AX 2012] This topic has not yet been rated - Rate this topic Update ...
随机推荐
- Android 在Windows上安装FFmpeg程序
FFmpeg是一套可以用来记录.转换数字音频.视频,并能将其转化为流的开源计算机程序.它提供了录制.转换以及流化音视频的完整解决方案.它包含了非常先进的音频/视频编解码库libavcodec. 该程序 ...
- 十大技巧快速提升原生APP开发性能
移动应用市场用户争夺战日益激烈,原来做APP拼想法拼创意拼是否抓住用户痛点.现在,精细化用户体验成为了一个APP能否留存用户的关键问题,一旦用户觉得体验不畅,马上就有竞品APP后补,如何开发高性能的移 ...
- PHP的压力测试工具ab.exe 和mpm介绍提高并发数
该工具是apache自带的,可以用它来测试网站的并发量有多大和某个页面的访问时间. 基本用法: 1. 进入CMD,转到apache的bin目录下. 2. 执行命令ab.exe -n 访问的问次数 ...
- MVC项目实践,在三层架构下实现SportsStore-02,DbSession层、BLL层
SportsStore是<精通ASP.NET MVC3框架(第三版)>中演示的MVC项目,在该项目中涵盖了MVC的众多方面,包括:使用DI容器.URL优化.导航.分页.购物车.订单.产品管 ...
- 第一个Json.Net Demo
//序列化 private void btnShow_Click(object sender, EventArgs e) { DataTable dt = new DataTable(); DataC ...
- static单利模式
// // main.m // 01-文件管理器 // // Created by apple on 14-3-21. // Copyright (c) 2014年 apple. All ri ...
- iOS 可延展视图(点击前显示部分文字,点击后显示全部)
#import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicat ...
- python+selenium实现跨浏览器兼容性测试
python https://www.python.org/ python是一种脚本语言, 易学易用,可以助你快速实现业务逻辑,高效集成系统. ----- http://zh.wikipedia.or ...
- MySQL Replication的相关文件
1.master.info文件 位于slave端的数据目录下,存储slave连接到master的相关信息,如,master主机地址.连接用户.密码.端口.已经获取的日志信息. 复制过程中修改.删除ma ...
- NSDictionary
// ------------------------------字典------------------------------------------------- NSDictionary *d ...