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

Syntax

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

Parameters

type
Type: System..::..Type

See Also