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

Syntax

C#
void SetRulesForProperty(
	string fullName,
	string propertyName,
	List<IValidationRule> rules
)
Visual Basic
Sub SetRulesForProperty ( _
	fullName As String, _
	propertyName As String, _
	rules As List(Of IValidationRule) _
)
Visual C++
void SetRulesForProperty(
	String^ fullName, 
	String^ propertyName, 
	List<IValidationRule^>^ rules
)

Parameters

fullName
Type: System..::..String
propertyName
Type: System..::..String
rules
Type: System.Collections.Generic..::..List<(Of <(<'IValidationRule>)>)>

See Also