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,
	SettingsHeadersWrapperBase[] headers,
	IFolio folio,
	UrlHelper helper
)
Visual Basic
Public Shared Function ProcessItem ( _
	item As ICartellaObject, _
	headers As SettingsHeadersWrapperBase(), _
	folio As IFolio, _
	helper As UrlHelper _
) As Dictionary(Of String, String)
Visual C++
public:
static Dictionary<String^, String^>^ ProcessItem(
	ICartellaObject^ item, 
	array<SettingsHeadersWrapperBase^>^ headers, 
	IFolio^ folio, 
	UrlHelper^ helper
)

Parameters

item
Type: Cartella.Interfaces..::..ICartellaObject
headers
Type: array<Cartella.Models..::..SettingsHeadersWrapperBase>[]()[][]
folio
Type: Cartella.Interfaces..::..IFolio
helper
Type: UrlHelper

See Also