C# Class Kooboo.Commerce.Web.Areas.Commerce.Models.ProductTypes.Grid2.ProductTypeGridItem

Inheritance: Kooboo.Web.Mvc.Grid2.GridItem
显示文件 Open project: Kooboo/Ecommerce

Public Methods

Method Description
ProductTypeGridItem ( IGridModel gridModel, object dataItem, int dataIndex ) : System
RenderItemContainerAtts ( ) : IHtmlString

Method Details

ProductTypeGridItem() public method

public ProductTypeGridItem ( IGridModel gridModel, object dataItem, int dataIndex ) : System
gridModel IGridModel
dataItem object
dataIndex int
return System

RenderItemContainerAtts() public method

public RenderItemContainerAtts ( ) : IHtmlString
return IHtmlString