Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
List<IValidationRule> GetAllCustomFieldsRulesOfType(
	string fullName,
	string fieldName
)
Visual Basic
Function GetAllCustomFieldsRulesOfType ( _
	fullName As String, _
	fieldName As String _
) As List(Of IValidationRule)
Visual C++
List<IValidationRule^>^ GetAllCustomFieldsRulesOfType(
	String^ fullName, 
	String^ fieldName
)

Parameters

fullName
Type: System..::..String
fieldName
Type: System..::..String

See Also