EntityDesignerSelection Enumeration

 

An enumeration used to specify which object types that, when selected in the Entity Data Model Designer or the Model Browser, cause the CreateProperty method of the annotated class to be called.

Namespace:   Microsoft.Data.Entity.Design.Extensibility
Assembly:  Microsoft.Data.Entity.Design.Extensibility (in Microsoft.Data.Entity.Design.Extensibility.dll)

[SuppressMessageAttribute("Microsoft.Naming", "CA1714:FlagsEnumsShouldHavePluralNames")]
[FlagsAttribute]
public enum EntityDesignerSelection

Member nameDescription
ConceptualModelAssociation

Specifies that the CreateProperty method should be called when a conceptual model association is selected in the Entity Data Model Designer or the Model Browser.

ConceptualModelAssociationSet

Specifies that the CreateProperty method should be called when a conceptual model association set is selected in the Model Browser.

ConceptualModelComplexProperty

Specifies that the CreateProperty method should be called when a conceptual model complex property is selected in the Entity Data Model Designer or the Model Browser.

ConceptualModelComplexType

Specifies that the CreateProperty method should be called when a conceptual model complex type is selected in the Model Browser.

ConceptualModelEntityContainer

Specifies that the CreateProperty method should be called when a conceptual model entity container is selected in the Model Browser.

ConceptualModelEntitySet

Specifies that the CreateProperty method should be called when a conceptual model entity set is selected in the Model Browser.

ConceptualModelEntityType

Specifies that the CreateProperty method should be called when a conceptual model entity type is selected in the Entity Data Model Designer or the Model Browser.

ConceptualModelFunctionImport

Specifies that the CreateProperty method should be called when a conceptual model function import is selected in the Model Browser.

ConceptualModelFunctionImportParameter

Specifies that the CreateProperty method should be called when a conceptual model function import parameter is selected in the Model Browser.

ConceptualModelNavigationProperty

Specifies that the CreateProperty method should be called when a conceptual model navigation property is selected in the Entity Data Model Designer or the Model Browser.

ConceptualModelProperty

Specifies that the CreateProperty method should be called when a conceptual model property is selected in the Entity Data Model Designer or the Model Browser.

DesignerSurface

Specifies that the CreateProperty method should be called when the Entity Data Model Designer surface is selected in the Entity Data Model Designer.

StorageModelAssociation

Specifies that the CreateProperty method should be called when a storage model association is selected in the Model Browser.

StorageModelEntityContainer

Specifies that the CreateProperty method should be called when a storage model entity container is selected in the Model Browser.

StorageModelEntityType

Specifies that the CreateProperty method should be called when a storage model entity type is selected in the Model Browser.

StorageModelFunction

Specifies that the CreateProperty method should be called when a storage model function is selected in the Model Browser.

StorageModelFunctionParameter

Specifies that the CreateProperty method should be called when a storage model function parameter is selected in the Model Browser.

StorageModelProperty

Specifies that the CreateProperty method should be called when a storage model property is selected in the Model Browser.