ChangeEntityDesignerSelectionEventArgs Class
Defines an EventArgs type that allows extenders of the Entity Designer to drive selection programmatically
Assembly: Microsoft.Data.Entity.Design.Extensibility (in Microsoft.Data.Entity.Design.Extensibility.dll)
System.Object
System.EventArgs
Microsoft.Data.Entity.Design.Extensibility.ChangeEntityDesignerSelectionEventArgs
System.EventArgs
Microsoft.Data.Entity.Design.Extensibility.ChangeEntityDesignerSelectionEventArgs
Name | Description | |
---|---|---|
![]() | ChangeEntityDesignerSelectionEventArgs(IServiceProvider, IEnumerable<String>) | 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 'SomeProperty' in entity type 'SomeEntity', the SelectionIdentifier would be: SomeProperty.SomeEntity. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.