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

Name Description
DdaCollection(AdapterAppInitString)

Initializes a new instance of the DdaCollection class.

Properties

Name Description
Item[Int32]

Gets the DdaBindings at the specified index.

Item[String]

Gets the DdaBindings with the specified prefix.

Methods

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

Name Description
IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

Applies to