Class WidgetResourcesViewModel
Inheritance
object
WidgetResourcesViewModel
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Widgets.Components
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Widgets.dll
Syntax
public class WidgetResourcesViewModel
Constructors
WidgetResourcesViewModel()
Declaration
public WidgetResourcesViewModel()
Properties
Widgets
Declaration
public IReadOnlyList<WidgetDefinition> Widgets { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IReadOnlyList<T><WidgetDefinition> |