Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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
© 2016 Microsoft. All rights reserved. Copyright