OverridableSettingInfoCollection Class

Definition

Internal use only.

public ref class OverridableSettingInfoCollection sealed : Microsoft::Xrm::Sdk::DataCollection<Microsoft::Crm::Sdk::Messages::OverridableSettingInfo ^>, System::Runtime::Serialization::IExtensibleDataObject
[System.Runtime.Serialization.CollectionDataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public sealed class OverridableSettingInfoCollection : Microsoft.Xrm.Sdk.DataCollection<Microsoft.Crm.Sdk.Messages.OverridableSettingInfo>, System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.CollectionDataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type OverridableSettingInfoCollection = class
    inherit DataCollection<OverridableSettingInfo>
    interface IExtensibleDataObject
Public NotInheritable Class OverridableSettingInfoCollection
Inherits DataCollection(Of OverridableSettingInfo)
Implements IExtensibleDataObject
Inheritance
OverridableSettingInfoCollection
Attributes
Implements

Constructors

OverridableSettingInfoCollection()

Properties

ExtensionData

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