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 DirectiveRegion[] GetDirectivesWithinType(
	string typeFullName
)
Visual Basic
Public Function GetDirectivesWithinType ( 
	typeFullName As String
) As DirectiveRegion()
Visual C++
public:
array<DirectiveRegion^>^ GetDirectivesWithinType(
	String^ typeFullName
)

Parameters

typeFullName
Type: System..::..String

Return Value

Type: array<DirectiveRegion>[]()[][]

See Also