AttributeMapping Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AttributeMapping() | |
AttributeMapping(Guid, String, String, String, Int32, Int32, Int32, Int32, Boolean, Collection<String>, String, String) |
AttributeMapping()
public:
AttributeMapping();
public AttributeMapping ();
Public Sub New ()
Applies to
AttributeMapping(Guid, String, String, String, Int32, Int32, Int32, Int32, Boolean, Collection<String>, String, String)
public:
AttributeMapping(Guid attributeMappingId, System::String ^ mappingName, System::String ^ attributeCrmName, System::String ^ attributeExchangeName, int entityTypeCode, int syncDirection, int defaultSyncDirection, int allowedSyncDirection, bool isComputed, System::Collections::ObjectModel::Collection<System::String ^> ^ computedProperties, System::String ^ attributeCrmDisplayName, System::String ^ attributeExchangeDisplayName);
public AttributeMapping (Guid attributeMappingId, string mappingName, string attributeCrmName, string attributeExchangeName, int entityTypeCode, int syncDirection, int defaultSyncDirection, int allowedSyncDirection, bool isComputed, System.Collections.ObjectModel.Collection<string> computedProperties, string attributeCrmDisplayName, string attributeExchangeDisplayName);
new Microsoft.Xrm.Sdk.AttributeMapping : Guid * string * string * string * int * int * int * int * bool * System.Collections.ObjectModel.Collection<string> * string * string -> Microsoft.Xrm.Sdk.AttributeMapping
Public Sub New (attributeMappingId As Guid, mappingName As String, attributeCrmName As String, attributeExchangeName As String, entityTypeCode As Integer, syncDirection As Integer, defaultSyncDirection As Integer, allowedSyncDirection As Integer, isComputed As Boolean, computedProperties As Collection(Of String), attributeCrmDisplayName As String, attributeExchangeDisplayName As String)
Parameters
- attributeMappingId
- Guid
- mappingName
- String
- attributeCrmName
- String
- attributeExchangeName
- String
- entityTypeCode
- Int32
- syncDirection
- Int32
- defaultSyncDirection
- Int32
- allowedSyncDirection
- Int32
- isComputed
- Boolean
- computedProperties
- Collection<String>
- attributeCrmDisplayName
- String
- attributeExchangeDisplayName
- String