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

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

Syntax

C#
protected CodeProperty FindDTECodeProperty(
	string className,
	string propertyName
)
Visual Basic
Protected Function FindDTECodeProperty ( 
	className As String,
	propertyName As String
) As CodeProperty
Visual C++
protected:
CodeProperty^ FindDTECodeProperty(
	String^ className, 
	String^ propertyName
)

Parameters

className
Type: System..::..String
propertyName
Type: System..::..String

Return Value

Type: CodeProperty

See Also