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
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 bool TryNavigate( string entityName, string propertyName, CodeType codeType ) |
Visual Basic |
---|
Public Function TryNavigate ( entityName As String, propertyName As String, codeType As CodeType ) As Boolean |
Visual C++ |
---|
public: bool TryNavigate( String^ entityName, String^ propertyName, CodeType^ codeType ) |
Parameters
- entityName
- Type: System..::..String
- propertyName
- Type: System..::..String
- codeType
- Type: CodeType