IDwoCompute Interface
.NET Standard 2.x
Represents a computed field control.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
PowerScript.Bridge.IDwoReadOnlyCompute
Syntax
public interface IDwoCompute : IDwoReadOnlyCompute, IDwo<IDwoCompute>
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 IDwoReadOnly) |
| Type | DwoType | Gets the type of the control. (Inherited from IDwoReadOnly) |