Initializes a new instance of the ChoicesFieldInfo class
Namespace: Cartella.Models.EditFormAssembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
public ChoicesFieldInfo( string name, FieldType fieldType, FormFieldCollection ownerForm, bool custom, Type objectType, string propertyName ) |
Visual Basic |
---|
Public Sub New ( _ name As String, _ fieldType As FieldType, _ ownerForm As FormFieldCollection, _ custom As Boolean, _ objectType As Type, _ propertyName As String _ ) |
Visual C++ |
---|
public: ChoicesFieldInfo( String^ name, FieldType fieldType, FormFieldCollection^ ownerForm, bool custom, Type^ objectType, String^ propertyName ) |
Parameters
- name
- Type: System..::..String
- fieldType
- Type: FieldType
- ownerForm
- Type: Cartella.Models.EditForm..::..FormFieldCollection
- custom
- Type: System..::..Boolean
- objectType
- Type: System..::..Type
- propertyName
- Type: System..::..String