IDwoList<TDwo> Interface
.NET Standard 2.x
Represents a list of TDwo
type controls in the DataObject.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Implements
PowerScript.Bridge.IDwoReadOnlyList<TDwo>
Syntax
public interface IDwoList<TDwo> : IDwoReadOnlyList<TDwo> where TDwo : IDwo<TDwo>
Property
Name | Return Type | Description |
---|---|---|
Item[Int] | TDwo | Gets or sets a TDwo object by index. |
Item[String] | TDwo | Gets or sets a TDwo object by name. |
Method
Name | Return Type | Description |
---|---|---|
Add | void | Adds a control to the list by the node syntax. |
Exists | System.Booelan | Checks whether a control exists in the list. (Inherited from IDwoReadOnlyList) |
Find | TDwo | Finds a control in the list. (Inherited from IDwoReadOnlyList) |
Remove | System.Boolean | Removes a control from the list. |