Namespace: Cartella.Models.EditForm
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
public FieldInfo Add( string name, FieldType fieldType, string label, string propertyName, string defaultValue, bool isRequired, Regex formatExpression, string invalidFormatMessage ) |
Visual Basic |
---|
Public Function Add ( _ name As String, _ fieldType As FieldType, _ label As String, _ propertyName As String, _ defaultValue As String, _ isRequired As Boolean, _ formatExpression As Regex, _ invalidFormatMessage As String _ ) As FieldInfo |
Visual C++ |
---|
public: FieldInfo^ Add( String^ name, FieldType fieldType, String^ label, String^ propertyName, String^ defaultValue, bool isRequired, Regex^ formatExpression, String^ invalidFormatMessage ) |
Parameters
- name
- Type: System..::..String
- fieldType
- Type: FieldType
- label
- Type: System..::..String
- propertyName
- Type: System..::..String
- defaultValue
- Type: System..::..String
- isRequired
- Type: System..::..Boolean
- formatExpression
- Type: System.Text.RegularExpressions..::..Regex
- invalidFormatMessage
- Type: System..::..String