Share via


DdaCollection Class

Definition

Data Driven Adapter bindings collection class.

public ref class DdaCollection : System::Collections::Generic::IEnumerable<Microsoft::Uii::Common::DdaBindings ^>
public class DdaCollection : System.Collections.Generic.IEnumerable<Microsoft.Uii.Common.DdaBindings>
type DdaCollection = class
    interface seq<DdaBindings>
    interface IEnumerable
Public Class DdaCollection
Implements IEnumerable(Of DdaBindings)
Inheritance
DdaCollection
Implements

Constructors

DdaCollection(AdapterAppInitString)

Initializes a new instance of the DdaCollection class.

Properties

Item[Int32]

Gets the DdaBindings at the specified index.

Item[String]

Gets the DdaBindings with the specified prefix.

Methods

Add(String, DdaBindings)

Adds the specified DdaBindings to DDA Collection.

Contains(String)

Determines whether [contains] [the specified prefix].

GetDdaByType(String)

Gets the DDA element by type.

GetEnumerator()

Gets the enumerator.

Refresh()

Refreshes this instance.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

Applies to