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 abstract class EntityClassSet : NEntity, 
	IEntityClassSet, IFileStorageEntity, IEntity, IEntitySetSource
Visual Basic
Public MustInherit Class EntityClassSet
	Inherits NEntity
	Implements IEntityClassSet, IFileStorageEntity, IEntity, IEntitySetSource
Visual C++
public ref class EntityClassSet abstract : public NEntity, 
	IEntityClassSet, IFileStorageEntity, IEntity, IEntitySetSource

Inheritance Hierarchy

System..::..Object
  NEntity
    NTier.Model.Entity..::..EntityClassSet
      NTier.Model.Entity..::..EntityClassSet__Proxy922830091

See Also