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

A CodeTypeDeclaration that's created from an NTier entity schema at design time. NOTE: SubstitutePostSerialization must be called after the code has been formatted to c#.

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

Syntax

C#
[SerializableAttribute]
public class EntitySchemaCodeTypeDeclaration : CodeTypeDeclaration
Visual Basic
<SerializableAttribute>
Public Class EntitySchemaCodeTypeDeclaration
	Inherits CodeTypeDeclaration
Visual C++
[SerializableAttribute]
public ref class EntitySchemaCodeTypeDeclaration : public CodeTypeDeclaration

Inheritance Hierarchy

System..::..Object
  System.CodeDom..::..CodeObject
    System.CodeDom..::..CodeTypeMember
      System.CodeDom..::..CodeTypeDeclaration
        NTier.Model.Entity..::..EntitySchemaCodeTypeDeclaration

See Also