FeatureControlStringSettingCollection Class

Definition

[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })]
[System.Runtime.Serialization.CollectionDataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public class FeatureControlStringSettingCollection : Microsoft.Xrm.Sdk.DataCollection<Microsoft.Crm.Sdk.Messages.FeatureControlStringSettingData>, System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })>]
[<System.Runtime.Serialization.CollectionDataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type FeatureControlStringSettingCollection = class
    inherit DataCollection<FeatureControlStringSettingData>
    interface IExtensibleDataObject
Public Class FeatureControlStringSettingCollection
Inherits DataCollection(Of FeatureControlStringSettingData)
Implements IExtensibleDataObject
Inheritance
FeatureControlStringSettingCollection
Attributes
Implements

Constructors

Name Description
FeatureControlStringSettingCollection()
FeatureControlStringSettingCollection(Int32)

Properties

Name Description
ExtensionData

Methods

Name Description
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