Struct CompositeViewActivateChildInput
Input for CompositeViewActivateChild: which child of which composite to activate.
Inherited Members
Namespace: Serenity.Ui.Application.UseCases
Assembly: Serenity.Ui.Application.dll
Syntax
public readonly struct CompositeViewActivateChildInput
Constructors
CompositeViewActivateChildInput(string, string)
Creates the input.
Declaration
public CompositeViewActivateChildInput(string compositeViewId, string childViewId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | compositeViewId | The composite view id. |
| string | childViewId | The child view id to activate. |
Fields
ChildViewId
The id of the child view to activate.
Declaration
public readonly string ChildViewId
Field Value
| Type | Description |
|---|---|
| string |
CompositeViewId
The id of the composite view that owns the child.
Declaration
public readonly string CompositeViewId
Field Value
| Type | Description |
|---|---|
| string |