32 lines
958 B
C#
32 lines
958 B
C#
//using AyCode.Core.Interfaces;
|
|
//using FruitBank.Common.Entities;
|
|
//using FruitBank.Common.SignalRs;
|
|
//using FruitBankHybrid.Shared.Pages;
|
|
//using Microsoft.AspNetCore.Components;
|
|
|
|
//namespace FruitBankHybrid.Shared.Components.Grids.ShippingItems;
|
|
|
|
//public class GridShippingItem : FruitBankGrid<ShippingItem>
|
|
//{
|
|
// public GridShippingItem() : base()
|
|
// {
|
|
// GetAllMessageTag = SignalRTags.GetShippingItems;
|
|
// AddMessageTag = SignalRTags.AddShippingItem;
|
|
// UpdateMessageTag = SignalRTags.UpdateShippingItem;
|
|
// //RemoveMessageTag = SignalRTags.;
|
|
// }
|
|
|
|
// protected override Task SetParametersAsyncCore(ParameterView parameters)
|
|
// {
|
|
// if (!IsFirstInitializeParameters)
|
|
// {
|
|
// //ShowFilterRow = true;
|
|
// //ShowGroupPanel = true;
|
|
// //AllowSort = false;
|
|
|
|
// //etc...
|
|
// }
|
|
|
|
// return base.SetParametersAsyncCore(parameters);
|
|
// }
|
|
//} |