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)

Inheritance Hierarchy

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

Syntax

public class ChangeEntityDesignerSelectionEventArgs : EventArgs
public ref class ChangeEntityDesignerSelectionEventArgs : EventArgs
type ChangeEntityDesignerSelectionEventArgs = 
    class
        inherit EventArgs
    end
Public Class ChangeEntityDesignerSelectionEventArgs
    Inherits EventArgs

Constructors

Name Description
System_CAPS_pubmethod 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.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Data.Entity.Design.Extensibility Namespace

Return to top