OptionMetadataCollection Class

Definition

Contains the options in for the OptionSetMetadata.Options class.

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

Constructors

OptionMetadataCollection()

Initializes a new instance of the OptionMetadataCollection class

OptionMetadataCollection(IList<OptionMetadata>)

Initializes a new instance of the OptionMetadataCollection 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