Initializes a new instance of the FormFieldCollection class
Namespace: Cartella.Models.EditFormAssembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
public FormFieldCollection( Type objectClassType, ICartellaObject _objInstance, IEditFormDefinitionProcedures _procedures, ISiteManager siteManager ) |
Visual Basic |
---|
Public Sub New ( _ objectClassType As Type, _ _objInstance As ICartellaObject, _ _procedures As IEditFormDefinitionProcedures, _ siteManager As ISiteManager _ ) |
Visual C++ |
---|
public: FormFieldCollection( Type^ objectClassType, ICartellaObject^ _objInstance, IEditFormDefinitionProcedures^ _procedures, ISiteManager^ siteManager ) |
Parameters
- objectClassType
- Type: System..::..Type
- _objInstance
- Type: Cartella.Interfaces..::..ICartellaObject
- _procedures
- Type: IEditFormDefinitionProcedures
- siteManager
- Type: Cartella.Interfaces..::..ISiteManager