外部列表 InfoPath 表单支持的数据类型
上次修改时间: 2015年3月9日
适用范围: SharePoint Server 2010
下表列出了外部列表 InfoPath 表单所支持的数据类型。
表 1. 外部列表 InfoPath 表单所支持的数据类型
.NET 类型 |
XSD 类型 |
推断的 InfoPath 控件类型 |
---|---|---|
System.String |
string |
文本框 |
System.SByte |
byte |
文本框 |
System.Int16 |
short |
文本框 |
System.Int32 |
int |
文本框 |
System.Int64 |
long |
文本框 |
System.Byte |
unsignedByte |
文本框 |
System.UInt16 |
unsignedShort |
文本框 |
System.UInt32 |
unsignedInt |
文本框 |
System.UInt64 |
unsignedLong |
文本框 |
System.Decimal |
decimal |
文本框 |
System.Boolean |
boolean |
复选框 |
System.Double |
double |
文本框 |
System.Single |
float |
文本框 |
System.DateTime |
dateTime |
日期选取器和文本框 |
System.TimeSpan |
duration |
文本框 |
System.Guid |
string(带模式限制) |
文本框 |
Enum |
string(带枚举限制) |
下拉列表框 |
[Flags] Enum |
boolean 的枚举 |
复选框集合 |
System.Byte[] |
base64Binary |
文件附件 |
<未映射> |
normalizedString |
文本框 |
<未映射> |
token |
文本框 |
<未映射> |
anyURI |
超链接 |
<未映射> |
date |
日期选取器 |
<未映射> |
time |
文本框 |
<未映射> |
integer |
文本框 |
<未映射> |
negativeInteger |
文本框 |
<未映射> |
nonNegativeInteger |
文本框 |
<未映射> |
nonPositiveInteger |
文本框 |
<未映射> |
positiveInteger |
文本框 |
外部项选取器 |
外部项选取器 |
外部项选取器 |