2 types derived from StructuredType
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\ItemType.cs (1)
20
internal sealed class SchemaEntityType :
StructuredType
System\Data\EntityModel\SchemaObjectModel\SchemaComplexType.cs (1)
17
internal sealed class SchemaComplexType :
StructuredType
13 references to StructuredType
System.Data.Entity (13)
System\Data\EntityModel\SchemaObjectModel\NavigationProperty.cs (1)
170
StructuredType
type = _toEnd.Type;
System\Data\EntityModel\SchemaObjectModel\Property.cs (1)
31
internal Property(
StructuredType
parentElement)
System\Data\EntityModel\SchemaObjectModel\StructuredProperty.cs (1)
44
internal StructuredProperty(
StructuredType
parentElement)
System\Data\EntityModel\SchemaObjectModel\StructuredType.cs (10)
27
private
StructuredType
_baseType = null;
41
public
StructuredType
BaseType
140
public bool IsOfType(
StructuredType
baseType)
142
StructuredType
type = this;
180
StructuredType
definingType;
236
private HowDefined DefinesMemberName(string name, out
StructuredType
definingType, out SchemaElement definingMember)
340
BaseType = element as
StructuredType
;
409
StructuredType
baseType = BaseType;
412
StructuredType
ref1 = baseType;
413
StructuredType
ref2 = baseType;