EntityDesignerExtendedPropertyAttribute Class

 

Specifies objects in the Entity Data Model Designer or the Model Browser that, when selected by a user, cause the CreateProperty method of the annotated class to be called.

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

System.Object
  System.Attribute
    Microsoft.Data.Entity.Design.Extensibility.EntityDesignerExtendedPropertyAttribute

[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false)]
[MetadataAttributeAttribute]
public sealed class EntityDesignerExtendedPropertyAttribute : Attribute

NameDescription
System_CAPS_pubmethodEntityDesignerExtendedPropertyAttribute(EntityDesignerSelection)

Instantiates a new instance of the EntityDesignerExtendedPropertyAttribute class.

NameDescription
System_CAPS_pubpropertyEntityDesignerSelection

The object in the Entity Data Model Designer or the Model Browser that, when selected by a user, triggers the call of the M:Microsoft.Data.Entity.Design.Extensibility.IEntityDesignerExtendedProperty.CreateProperty method.

System_CAPS_pubpropertyTypeId

(Inherited from Attribute.)

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Attribute.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Attribute.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsDefaultAttribute()

(Inherited from Attribute.)

System_CAPS_pubmethodMatch(Object)

(Inherited from Attribute.)

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.