ExtensionsToHTMLDisplay Method (Object, DataGrid, TempDataDictionary) | |
Namespace:
SOWIWeb.Helper
Assembly:
SOWIWeb.Helper (in SOWIWeb.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public static string ToHTMLDisplay(
this Object pData,
DataGrid pDataGrid,
TempDataDictionary pTempData = null
)
<ExtensionAttribute>
Public Shared Function ToHTMLDisplay (
pData As Object,
pDataGrid As DataGrid,
Optional pTempData As TempDataDictionary = Nothing
) As String
Parameters
- pData
- Type: SystemObject
data for displayed - pDataGrid
- Type: SOWIData.ManagementDataGrid
Data Grid View item - pTempData (Optional)
- Type: TempDataDictionary
Data type (pDataType) List supported type of List based of IDataStandard
Return Value
Type:
String[Missing <returns> documentation for "M:SOWIWeb.Helper.Extensions.ToHTMLDisplay(System.Object,SOWIData.Management.DataGrid,System.Web.Mvc.TempDataDictionary)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Object. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also