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

Syntax

C#
bool ContainsRulesForType(
	string fullName
)
Visual Basic
Function ContainsRulesForType ( _
	fullName As String _
) As Boolean
Visual C++
bool ContainsRulesForType(
	String^ fullName
)

Parameters

fullName
Type: System..::..String

See Also