다음을 통해 공유


CrmFieldType 열거형

Allowed typelist of entities

네임스페이스: Microsoft.Xrm.Tooling.Connector
어셈블리: Microsoft.Xrm.Tooling.Connector(Microsoft.Xrm.Tooling.Connector.dll에 있음)

구문

‘선언
Public Enumeration CrmFieldType
public enum CrmFieldType

구성원

구성원 이름 설명
CrmBoolean Bool - Converts from bool
CrmDateTime DateTime - Converts from a DataTime Object
CrmDecimal Decimal, for money, use CrmMoney - Converts from a decimal type
CrmFloat Double type, while CRM calls this a float, it is actually a double for money, use CrmMoney - Converts from a double type
CrmMoney Money Type - Converts from a decimal type
CrmNumber CRM whole number - Converts from a Int type
Customer Ref Type for CRM, Creates an EntityReference You need to provide a Guid as a value, and a the name of an entity for the lookup key
Key Primary Key - Converts from a Guid Type
Lookup Ref Type for CRM, Creates an EntityReference You need to provide a Guid as a value, and a the name of an entity for the lookup key
Picklist Pick List value - Converts from a Int type
Raw User Specified type... will be appended directly. This type must be one of the valid CRM 2011 types
String String type - Converts from a string type.
UniqueIdentifier Guid Type - Converts from a Guid Type

플랫폼

Development Platforms

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

Target Platforms

Windows 98,Windows 2000,Windows 2000 Server,Windows CE,Windows Server 2008,Windows 98 Second Edition,Pocket PC,스마트 폰,Windows Server 2003,Windows XP Professional,Windows Server 2008,Windows Server 2012,Windows 7,Windows 8,Windows 8.1

참고 항목

참조

Microsoft.Xrm.Tooling.Connector 네임스페이스

Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.