AttributeMappingCollection Class

Definition

This type doesn’t have any extensibility scenarios in this release.

public ref class AttributeMappingCollection sealed : Microsoft::Xrm::Sdk::DataCollection<Microsoft::Xrm::Sdk::AttributeMapping ^>
[System.Runtime.Serialization.CollectionDataContract(Name="AttributeMappingCollection", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.AttributeMapping))]
[System.Serializable]
public sealed class AttributeMappingCollection : Microsoft.Xrm.Sdk.DataCollection<Microsoft.Xrm.Sdk.AttributeMapping>
[<System.Runtime.Serialization.CollectionDataContract(Name="AttributeMappingCollection", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.AttributeMapping))>]
[<System.Serializable>]
type AttributeMappingCollection = class
    inherit DataCollection<AttributeMapping>
Public NotInheritable Class AttributeMappingCollection
Inherits DataCollection(Of AttributeMapping)
Inheritance
AttributeMappingCollection
Attributes

Constructors

AttributeMappingCollection()
AttributeMappingCollection(IList<AttributeMapping>)

Methods

AddRange(IEnumerable<T>)

Adds the elements of the specified collection to the end of the DataCollection.

(Inherited from DataCollection<T>)
AddRange(T[])

Adds the elements of the specified collection to the end of the DataCollection<T>.

(Inherited from DataCollection<T>)
ToArray()

Copies the elements of the DataCollection<T> to a new array.

(Inherited from DataCollection<T>)

Applies to