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#
public EntityClass this[
	string className
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( 
	className As String
) As EntityClass
	Get
Visual C++
public:
property EntityClass^ default[String^ className] {
	EntityClass^ get (String^ className);
}

Parameters

className
Type: System..::..String

Property Value

Type: EntityClass

See Also