SettingDetailCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class SettingDetailCollection sealed : Microsoft::Xrm::Sdk::DataCollection<Microsoft::Crm::Sdk::Messages::SettingDetail ^>, System::Runtime::Serialization::IExtensibleDataObject
[System.Runtime.Serialization.CollectionDataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public sealed class SettingDetailCollection : Microsoft.Xrm.Sdk.DataCollection<Microsoft.Crm.Sdk.Messages.SettingDetail>, System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.CollectionDataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type SettingDetailCollection = class
inherit DataCollection<SettingDetail>
interface IExtensibleDataObject
Public NotInheritable Class SettingDetailCollection
Inherits DataCollection(Of SettingDetail)
Implements IExtensibleDataObject
- Inheritance
- Attributes
- Implements
Constructors
SettingDetailCollection() |
Properties
ExtensionData |
Methods
AddRange(IEnumerable<T>) |
Adds the elements of the specified collection to the end of the |
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>) |