Enumeración de CrmFieldType
Se aplica a: CRM 2015 on-prem, CRM Online
Allowed typelist of entities
Espacio de nombres: Microsoft.Xrm.Tooling.Connector
Ensamblado: Microsoft.Xrm.Tooling.Connector (en Microsoft.Xrm.Tooling.Connector.dll)
Sintaxis
'Declaración
Public Enumeration CrmFieldType
public enum CrmFieldType
Integrantes
Nombre del miembro | Descripción |
---|---|
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 |
Plataformas
Plataformas de desarrollo
Windows Vista, Windows Server 2003 y
Plataformas de destino
Windows 98,Windows 2000,Windows 2000 Server,Windows CE,Windows Server 2008,Windows 98 Second Edition,Pocket PC,Teléfono inteligente,Windows Server 2003,Windows XP Professional,Windows Vista,Windows XP
Vea también
Referencia
Espacio de nombres de Microsoft.Xrm.Tooling.Connector
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.