Suoranta.EnterpriseLib.Web - Developer API

WebExtensions..::..ToJsonResult<(Of <(<'T>)>)> Method (T)

Serialize entity into JsonResult

Namespace:  Suoranta.EnterpriseLib.Web.Util
Assembly:  Suoranta.EnterpriseLib.Web (in Suoranta.EnterpriseLib.Web.dll)

Syntax


public static JsonResult ToJsonResult<T>(
	this T entity
)

Type Parameters

T
Entity type

Parameters

entity
Type: T

Return Value