ChangeEntityDesignerSelectionEventArgs Class

 

Defines an EventArgs type that allows extenders of the Entity Designer to drive selection programmatically

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

System.Object
  System.EventArgs
    Microsoft.Data.Entity.Design.Extensibility.ChangeEntityDesignerSelectionEventArgs

public class ChangeEntityDesignerSelectionEventArgs : EventArgs

NameDescription
System_CAPS_pubmethodChangeEntityDesignerSelectionEventArgs(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.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.