Show / Hide Table of Contents

    IDwoList<TDwo> Interface

    .NET Standard 2.x | Current Version (1.0.1)

    0.5.0-alpha 1.0.1 (current)

    Represents a list of TDwo type controls in the DataObject.

    Namespace: PowerBuilder.Data

    Assembly: PowerBuilder.Data.dll

    Implements

    PowerBuilder.Data.IDwoReadOnlyList<TDwo

    Syntax

    public interface IDwoList<TDwo> : IDwoReadOnlyList<TDwo> where TDwo : IDwo<TDwo>
    

    Property

    Name Return Type Description
    Item[Int] TDwo Gets or sets a TDwo object by index.
    Item[String] TDwo Gets or sets a TDwo object by name.

    Method

    Name Return Type Description
    Add void Adds a control to the list by the node syntax.
    Exists System.Booelan Checks whether a control exists in the list. (Inherited from IDwoReadOnlyList)
    Find TDwo Finds a control in the list. (Inherited from IDwoReadOnlyList)
    Remove System.Boolean Removes a control from the list.
    Back to top Generated by Appeon