ChangeEntityDesignerSelectionEventArgs Constructor (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.
Assembly: Microsoft.Data.Entity.Design.Extensibility (in Microsoft.Data.Entity.Design.Extensibility.dll)
public ChangeEntityDesignerSelectionEventArgs( IServiceProvider layerServiceProvider, IEnumerable<string> selectionIdentifiers )
Parameters
- layerServiceProvider
-
Type:
System.IServiceProvider
Service Provider provided by the layer extension
- selectionIdentifiers
-
Type:
System.Collections.Generic.IEnumerable<String>
A set of string identifiers to drive selection in the Entity Designer