Class ExpandTreeNodeAction
public sealed class ExpandTreeNodeAction : ActionBase
- Inheritance
-
ExpandTreeNodeAction
- Inherited Members
-
Methods
To(Type)
public static ExpandTreeNodeAction To(Type screenType)
Parameters
screenType
Type
Returns
- ExpandTreeNodeAction
To<TScreen>()
public static ExpandTreeNodeAction To<TScreen>() where TScreen : ScreenBase
Returns
- ExpandTreeNodeAction
Type Parameters
TScreen
UpdateParameters(Action<NavigateScreenActionParameters>)
public ExpandTreeNodeAction UpdateParameters(Action<NavigateScreenActionParameters> configureParameters)
Parameters
configureParameters
Action<NavigateScreenActionParameters>
Returns
- ExpandTreeNodeAction
With(DataQueryBase?)
public ExpandTreeNodeAction With(DataQueryBase? query)
Parameters
query
DataQueryBase
Returns
- ExpandTreeNodeAction
WithTarget(string)
public ExpandTreeNodeAction WithTarget(string targetId)
Parameters
targetId
string
Returns
- ExpandTreeNodeAction