AttributeMapping Class

Definition

For internal use only.

For the Web API the corresponding type is AttributeMapping ComplexType.

public ref class AttributeMapping sealed : System::Runtime::Serialization::IExtensibleDataObject
[System.Runtime.Serialization.DataContract(Name="AttributeMapping", Namespace="http://schemas.microsoft.com/xrm/2014/Contracts")]
[System.Serializable]
public sealed class AttributeMapping : System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.DataContract(Name="AttributeMapping", Namespace="http://schemas.microsoft.com/xrm/2014/Contracts")>]
[<System.Serializable>]
type AttributeMapping = class
    interface IExtensibleDataObject
Public NotInheritable Class AttributeMapping
Implements IExtensibleDataObject
Inheritance
AttributeMapping
Attributes
Implements

Constructors

AttributeMapping()

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

Properties

AllowedSyncDirection

AttributeCrmDisplayName

AttributeCrmName

AttributeExchangeDisplayName

AttributeExchangeName

AttributeMappingId

ComputedProperties

DefaultSyncDirection

EntityTypeCode

IsComputed

MappingName

SyncDirection

Explicit Interface Implementations

IExtensibleDataObject.ExtensionData

Applies to