LocalizedLabelCollection Class

Definition

Defines a collection of LocalizedLabel.

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

Constructors

LocalizedLabelCollection()

Initializes a new instance of the LocalizedLabelCollection class

LocalizedLabelCollection(IList<LocalizedLabel>)

Initializes a new instance of the LocalizedLabelCollection class

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