Show / Hide Table of Contents

    IDataObject Interface

    .NET Standard 2.x

    Represents an object which can be used for the direct manipulation of controls within a DataWindow object from a script. These controls could be, for example, columns or computed controls.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Implements

    PowerScript.Bridge.IReadOnlyDataObject

    DWNet.Data.IDwMeta

    Syntax

    public interface IDataObject : IReadOnlyDataObject, IDwMeta
    

    Property

    Name Return Type Description
    Columns IDwoList<IDwoColumn> Gets or sets the column controls in the DataWindow.
    Computes IDwoList<IDwoCompute> Gets or sets the computed controls in the DataWindow.
    DataWindow IDwoDataWindow Gets or sets the IDwoDataWindow object which contains properties for the DataWindow object.
    Groups IDwoList<IDwoGroup> Gets or sets the properties for the Groups keyword.
    Item[int index] IDwoReadOnly Gets the control at the specified index. (Inherited from IReadOnlyDataObject)
    Item[string name] IDwoReadOnly Gets the control in the DataWindow by its name. (Inherited from IReadOnlyDataObject)
    Back to top Generated by Appeon