Namespace: Cartella.Models.EditForm
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
)
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 _
) As FieldInfo
Visual C++
public:
FieldInfo^ Add(
	String^ name, 
	FieldType fieldType, 
	String^ label, 
	String^ propertyName, 
	String^ defaultValue, 
	bool isRequired, 
	Regex^ formatExpression
)

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

See Also