Initializes a new instance of the FieldCollectionProcessor_FolioModule class

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

Syntax

C#
public FieldCollectionProcessor_FolioModule(
	ISiteManager sm,
	Func<string, string> redirUrlCallback,
	Func<string, string, Object, string> urlCallBack
)
Visual Basic
Public Sub New ( _
	sm As ISiteManager, _
	redirUrlCallback As Func(Of String, String), _
	urlCallBack As Func(Of String, String, Object, String) _
)
Visual C++
public:
FieldCollectionProcessor_FolioModule(
	ISiteManager^ sm, 
	Func<String^, String^>^ redirUrlCallback, 
	Func<String^, String^, Object^, String^>^ urlCallBack
)

Parameters

sm
Type: Cartella.Interfaces..::..ISiteManager
redirUrlCallback
Type: System..::..Func<(Of <(<'String, String>)>)>
urlCallBack
Type: System..::..Func<(Of <(<'String, String, Object, String>)>)>

See Also