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

Syntax

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

Parameters

fullName
Type: System..::..String

See Also