1 instantiation of StructuredProperty
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\StructuredType.cs (1)
395StructuredProperty property = new StructuredProperty(this);
14 references to StructuredProperty
System.Data.Entity (14)
System\Data\EntityModel\SchemaObjectModel\EntityContainer.cs (1)
451foreach (StructuredProperty property in itemType.Properties)
System\Data\EntityModel\SchemaObjectModel\EntityKeyElement.cs (1)
103StructuredProperty property = keyProperty.Property;
System\Data\EntityModel\SchemaObjectModel\KeyProperty.cs (2)
25private StructuredProperty _property = null; 43public StructuredProperty Property
System\Data\EntityModel\SchemaObjectModel\StructuredType.cs (6)
30private ISchemaElementLookUpTable<StructuredProperty> _properties = null; 57public ISchemaElementLookUpTable<StructuredProperty> Properties 63_properties = new FilteredSchemaElementLookUpTable<StructuredProperty, SchemaElement>(NamedMembers); 121public StructuredProperty FindProperty(string name) 123StructuredProperty property = Properties.LookUpEquivalentKey(name); 395StructuredProperty property = new StructuredProperty(this);
System\Data\Metadata\Converter.cs (4)
336foreach (Som.StructuredProperty somProperty in element.Properties) 408foreach (Som.StructuredProperty somProperty in element.Properties) 706private static EdmProperty ConvertToProperty(Som.StructuredProperty somProperty, 1298private static void PopulateGeneralFacets(Som.StructuredProperty somProperty,