Browse Source

remove setters

pull/7686/head
Ilkay Ilknur 5 years ago
parent
commit
b57ccff441
  1. 4
      framework/src/Volo.Abp.AspNetCore.Components.WebAssembly/Volo/Abp/AspNetCore/Components/Extensibility/UIExtensions.cs

4
framework/src/Volo.Abp.AspNetCore.Components.WebAssembly/Volo/Abp/AspNetCore/Components/Extensibility/UIExtensions.cs

@ -7,9 +7,9 @@ namespace Volo.Abp.AspNetCore.Components.Extensibility
{
public static UIExtensions Instance { get; protected set; } = new UIExtensions();
public EntityActionsConfiguration EntityActions { get; set; }
public EntityActionsConfiguration EntityActions { get; }
public TableColumnsConfiguration TableColumns { get; set; }
public TableColumnsConfiguration TableColumns { get; }
public UIExtensions()
{

Loading…
Cancel
Save