CrmDataTypeWrapper Constructors

Definition

Overloads

CrmDataTypeWrapper()

Create a new CRM Data Type Default Constructor

CrmDataTypeWrapper(Object, CrmFieldType)

Create a new CRM Data Type

CrmDataTypeWrapper(Object, CrmFieldType, String)

Create a new CRM Data Type

CrmDataTypeWrapper()

Create a new CRM Data Type Default Constructor

public:
 CrmDataTypeWrapper();
public CrmDataTypeWrapper ();
Public Sub New ()

Applies to

CrmDataTypeWrapper(Object, CrmFieldType)

Create a new CRM Data Type

public:
 CrmDataTypeWrapper(System::Object ^ data, Microsoft::Xrm::Tooling::Connector::CrmFieldType crmFieldType);
public CrmDataTypeWrapper (object data, Microsoft.Xrm.Tooling.Connector.CrmFieldType crmFieldType);
new Microsoft.Xrm.Tooling.Connector.CrmDataTypeWrapper : obj * Microsoft.Xrm.Tooling.Connector.CrmFieldType -> Microsoft.Xrm.Tooling.Connector.CrmDataTypeWrapper
Public Sub New (data As Object, crmFieldType As CrmFieldType)

Parameters

data
Object

Data to Set

crmFieldType
CrmFieldType

Type of Data to Set

Applies to

CrmDataTypeWrapper(Object, CrmFieldType, String)

Create a new CRM Data Type

public:
 CrmDataTypeWrapper(System::Object ^ data, Microsoft::Xrm::Tooling::Connector::CrmFieldType crmFieldType, System::String ^ relatedEntityName);
public CrmDataTypeWrapper (object data, Microsoft.Xrm.Tooling.Connector.CrmFieldType crmFieldType, string relatedEntityName);
new Microsoft.Xrm.Tooling.Connector.CrmDataTypeWrapper : obj * Microsoft.Xrm.Tooling.Connector.CrmFieldType * string -> Microsoft.Xrm.Tooling.Connector.CrmDataTypeWrapper
Public Sub New (data As Object, crmFieldType As CrmFieldType, relatedEntityName As String)

Parameters

data
Object

Data to Set

crmFieldType
CrmFieldType

Type of Data to Set

relatedEntityName
String

Name of the related entity, applies to the Field Types: Customer and Lookup

Applies to