AttributeMapping Constructor (Guid, String, String, String, Int32, Int32, Int32, Int32, Boolean, Collection<String>, String, String)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public AttributeMapping(
Guid attributeMappingId,
string mappingName,
string attributeCrmName,
string attributeExchangeName,
int entityTypeCode,
int syncDirection,
int defaultSyncDirection,
int allowedSyncDirection,
bool isComputed,
Collection<string> computedProperties,
string attributeCrmDisplayName,
string attributeExchangeDisplayName
)
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
Type: System.Guid
- mappingName
Type: System.String
- attributeCrmName
Type: System.String
- attributeExchangeName
Type: System.String
- entityTypeCode
Type: System.Int32
- syncDirection
Type: System.Int32
- defaultSyncDirection
Type: System.Int32
- allowedSyncDirection
Type: System.Int32
- isComputed
Type: System.Boolean
- computedProperties
Type: System.Collections.ObjectModel.Collection<String>
- attributeCrmDisplayName
Type: System.String
- attributeExchangeDisplayName
Type: System.String
See Also
AttributeMapping Overload
AttributeMapping Class
Microsoft.Xrm.Sdk Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright