Show / Hide Table of Contents

    IDwoCompute Interface

    .NET Standard 2.x

    Represents a computed field control.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Implements

    PowerScript.Bridge.IDwoReadOnlyCompute

    PowerScript.Bridge.IDwoControlBase<TDwo>

    DwNet.Data.IComputeMeta

    Syntax

    public interface IDwoCompute : IDwoReadOnlyCompute, IDwoControlBase<IDwoCompute>, IComputeMeta
    

    Property

    Name Return Type Description
    Expression IExpressionable<object> Gets or sets the expression for a computed field control.
    Name System.String Gets the name of the control. (Inherited from IDw)
    Type DwoType Gets the type of the control. (Inherited from IDwoReadOnly)
    Back to top Generated by Appeon