Show / Hide Table of Contents

    IDwo<TDwo> Interface

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

    0.5.0-alpha 1.0.1 (current)

    Represents a control in DataObject. It contains public properties for all controls. TDwo is the class of a control.

    Namespace: PowerBuilder.Data

    Assembly: PowerBuilder.Data.dll

    Implements

    PowerBuilder.Data.IDwoReadOnly

    PowerBuilder.Data.IDwNode<TDwo>

    Syntax

    public interface IDwo<TDwo> : IDwoReadOnly, IDwNode<TDwo>
    

    Property

    Name Return Type Description
    Name System.String Gets the name of the control. (Inherited from IDwoReadOnly)
    Type DwoType Gets the type of the control. (Inherited from IDwoReadOnly)
    Back to top Generated by Appeon