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

See Also

AttributeMapping Overload
AttributeMapping Class
Microsoft.Xrm.Sdk Namespace

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright