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 class EntityClassCollection : NEntityCollection<EntityClass>
Visual Basic
Public Class EntityClassCollection
	Inherits NEntityCollection(Of EntityClass)
Visual C++
public ref class EntityClassCollection : public NEntityCollection<EntityClass^>

Inheritance Hierarchy

System..::..Object
  NEntityCollection<(Of <(<'EntityClass>)>)>
    NTier.Model.Entity..::..EntityClassCollection
      NTier.AppWizard.Model..::..AppWizardEntityClassCollection

See Also