ChangeEntityDesignerSelectionEventArgs Class
Entity Framework 5.0
Defines an EventArgs type that allows extenders of the Entity Designer to drive selection programmatically
System.Object
System.EventArgs
Microsoft.Data.Entity.Design.Extensibility.ChangeEntityDesignerSelectionEventArgs
System.EventArgs
Microsoft.Data.Entity.Design.Extensibility.ChangeEntityDesignerSelectionEventArgs
Namespace: Microsoft.Data.Entity.Design.Extensibility
Assembly: Microsoft.Data.Entity.Design.Extensibility (in Microsoft.Data.Entity.Design.Extensibility.dll)
The ChangeEntityDesignerSelectionEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ChangeEntityDesignerSelectionEventArgs | Instantiate an ChangeEntityDesignerSelectionEventArgs. The 'SelectionIdentifier' in this case is a delimited string that corresponds to the hierarchy of the selection from the root. For example, to select a property 'Foo' in entity type 'Bar', the SelectionIdentifier would be: Foo.Bar. |
Show:
