AttributeMapping Constructor (Guid, String, String, String, Int32, Int32, Int32, Int32, Boolean, Collection<String>, String, String)

 

Applies To: Dynamics CRM 2015

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:
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
)
new : 
        attributeMappingId:Guid *
        mappingName:string *
        attributeCrmName:string *
        attributeExchangeName:string *
        entityTypeCode:int *
        syncDirection:int *
        defaultSyncDirection:int *
        allowedSyncDirection:int *
        isComputed:bool *
        computedProperties:Collection<string> *
        attributeCrmDisplayName:string *
        attributeExchangeDisplayName:string -> 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

See Also

AttributeMapping Overload
AttributeMapping Class
Microsoft.Xrm.Sdk Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright