OfflineSchemaScripts Class

Definition

public ref class OfflineSchemaScripts sealed : Microsoft::Xrm::Sdk::DataCollection<Microsoft::Xrm::Sdk::OfflineSchemaScript ^>
public sealed class OfflineSchemaScripts : Microsoft.Xrm.Sdk.DataCollection<Microsoft.Xrm.Sdk.OfflineSchemaScript>
type OfflineSchemaScripts = class
    inherit DataCollection<OfflineSchemaScript>
Public NotInheritable Class OfflineSchemaScripts
Inherits DataCollection(Of OfflineSchemaScript)
Inheritance
OfflineSchemaScripts

Constructors

OfflineSchemaScripts()

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