Class IViewNode.Child
Definition
Namespace: StardewUI.Framework.Binding
Assembly: StardewUI.dll
Child of an IViewNode, specifying the node data and the view outlet in which it should appear.
public record IViewNode.Child : System.IDisposable,
IEquatable<StardewUI.Framework.Binding.IViewNode.Child>
Inheritance
Object ⇦ Child
Implements
IDisposable, IEquatable<Child>
Members
Constructors
| Name | Description |
|---|---|
| Child(IViewNode, string) | Child of an IViewNode, specifying the node data and the view outlet in which it should appear. |
Properties
| Name | Description |
|---|---|
| EqualityContract | |
| Node | The child node. |
| OutletName | The outlet in which the Node should be inserted. |
Methods
| Name | Description |
|---|---|
| Dispose() |
Details
Constructors
Child(IViewNode, string)
Child of an IViewNode, specifying the node data and the view outlet in which it should appear.
Parameters
Node IViewNode
The child node.
OutletName string
The outlet in which the Node should be inserted.
Properties
EqualityContract
Property Value
Node
The child node.
Property Value
OutletName
The outlet in which the Node should be inserted.