Class DynamicContentInfo<T>
Inheritance
System.Object
DynamicContentInfo<T>
Assembly: IgniteUI.Blazor.dll
Syntax
public class DynamicContentInfo<T> : DynamicContentInfo
Type Parameters
Constructors
DynamicContentInfo()
Declaration
public DynamicContentInfo()
Properties
Context
Declaration
public T Context { get; set; }
Property Value
Template
Declaration
public RenderFragment<T> Template { get; set; }
Property Value
| Type |
Description |
| Microsoft.AspNetCore.Components.RenderFragment<T> |
|
Methods
OnComponentChanged(Object, Object)
Declaration
protected override void OnComponentChanged(object oldValue, object component)
Parameters
| Type |
Name |
Description |
| System.Object |
oldValue |
|
| System.Object |
component |
|
Overrides
UpdateContext(Object)
Declaration
public override void UpdateContext(object context)
Parameters
| Type |
Name |
Description |
| System.Object |
context |
|
Overrides
UpdateTemplate(Object)
Declaration
public override void UpdateTemplate(object template)
Parameters
| Type |
Name |
Description |
| System.Object |
template |
|
Overrides