See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Namespace: NTier.EntityGenerator
Assembly: NTier.EntityGenerator (in NTier.EntityGenerator.dll) Version: 1.0.0.0

Syntax

C#
public static bool IsTypeExistsInSolution(
	IServiceProvider serviceProvider,
	string typeName
)
Visual Basic
Public Shared Function IsTypeExistsInSolution ( 
	serviceProvider As IServiceProvider,
	typeName As String
) As Boolean
Visual C++
public:
static bool IsTypeExistsInSolution(
	IServiceProvider^ serviceProvider, 
	String^ typeName
)

Parameters

serviceProvider
Type: System..::..IServiceProvider
typeName
Type: System..::..String

Return Value

Type: Boolean

See Also