Class representing an EntityTypeShape in the entity model diagram. This controls how and where in a diagram a conceptual model entity type appears.

Namespace: HuagatiEDMXTools
Assembly: HuagatiEDMXTools (in HuagatiEDMXTools.dll) Version: 2.21.4044.31765

Syntax

C#
public class EntityTypeShape : EDMXMember, 
	IEDMXRemovableMember
Visual Basic
Public Class EntityTypeShape _
	Inherits EDMXMember _
	Implements IEDMXRemovableMember
Visual C++
public ref class EntityTypeShape : public EDMXMember, 
	IEDMXRemovableMember

Inheritance Hierarchy

System..::..Object
  HuagatiEDMXTools..::..EDMXMember
    HuagatiEDMXTools..::..EntityTypeShape

See Also