Share via


EntityDesignerLayerAttribute Constructor (String)

 

Creates an EntityDesignerLayerAttribute given a particular layer name

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

Syntax

public EntityDesignerLayerAttribute(
    string layerName
)
public:
EntityDesignerLayerAttribute(
    String^ layerName
)
new : 
        layerName:string -> EntityDesignerLayerAttribute
Public Sub New (
    layerName As String
)

Parameters

  • layerName
    Type: System.String

    Unique name specifying the layer (a logical collection of extensions)

See Also

EntityDesignerLayerAttribute Class
Microsoft.Data.Entity.Design.Extensibility Namespace

Return to top