IReadOnlyDataObject Interface
.NET Standard 2.x
Represents the read-only DataObject
object cached in DataObjectFactory
.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Implements
DwNet.Data.IDw
Syntax
public interface IReadOnlyDataObject : IDw, IDwMeta
Property
Name | Return Type | Description |
---|---|---|
Columns | IDwoReadOnlyList<IDwoReadOnlyColumn> | Gets the column controls in the DataWindow. |
Computes | IDwoReadOnlyList<IDwoReadOnlyCompute> | Gets the computed controls in the DataWindow. |
DataWindow | IDwoReadOnlyDataWindow | Gets the properties for the DataWindow object. |
Groups | IDwoReadOnlyList<IDwoReadOnlyGroup> | Gets the properties for the Groups keyword. |
Item[int index] | IDwoReadOnly | Gets the control at the specified index. |
Item[string name] | IDwoReadOnly | Gets the control in the DataWindow by its name. |