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

Namespace: NTier.Model.Forms
Assembly: NTier.Model.Forms (in NTier.Model.Forms.dll) Version: 1.0.0.0

Syntax

C#
public void NavigateToProperty(
	string entityType,
	string propertyName
)
Visual Basic
Public Sub NavigateToProperty ( 
	entityType As String,
	propertyName As String
)
Visual C++
public:
void NavigateToProperty(
	String^ entityType, 
	String^ propertyName
)

Parameters

entityType
Type: System..::..String
propertyName
Type: System..::..String

See Also