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

Syntax

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

Parameters

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

See Also