Initializes a new instance of the PrefixedFieldProcessor class
Namespace: Cartella.Models.EditFormAssembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
public PrefixedFieldProcessor( ISiteManager sm, ref ICartellaObject obj, ref FormFieldCollection fields, string _redirUrl ) |
Visual Basic |
---|
Public Sub New ( _ sm As ISiteManager, _ ByRef obj As ICartellaObject, _ ByRef fields As FormFieldCollection, _ _redirUrl As String _ ) |
Visual C++ |
---|
public: PrefixedFieldProcessor( ISiteManager^ sm, ICartellaObject^% obj, FormFieldCollection^% fields, String^ _redirUrl ) |
Parameters
- obj
- Type: Cartella.Interfaces..::..ICartellaObject%
- fields
- Type: Cartella.Models.EditForm..::..FormFieldCollection%
- _redirUrl
- Type: System..::..String