Namespace: Cartella.Models.Wrappers.Grid_Headers
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public static Dictionary<string, string> ProcessItem(
	ICartellaObject item,
	string objectTypeName,
	IFolio folio,
	UrlHelper helper
)
Visual Basic
Public Shared Function ProcessItem ( _
	item As ICartellaObject, _
	objectTypeName As String, _
	folio As IFolio, _
	helper As UrlHelper _
) As Dictionary(Of String, String)
Visual C++
public:
static Dictionary<String^, String^>^ ProcessItem(
	ICartellaObject^ item, 
	String^ objectTypeName, 
	IFolio^ folio, 
	UrlHelper^ helper
)

Parameters

item
Type: Cartella.Interfaces..::..ICartellaObject
objectTypeName
Type: System..::..String
folio
Type: Cartella.Interfaces..::..IFolio
helper
Type: UrlHelper

See Also