EdmEnumTypeAttribute Class

Definition

Attribute indicating an enum type.

[System.AttributeUsage(System.AttributeTargets.Enum)]
public sealed class EdmEnumTypeAttribute : System.Data.Entity.Core.Objects.DataClasses.EdmTypeAttribute
type EdmEnumTypeAttribute = class
    inherit EdmTypeAttribute
Public NotInheritable Class EdmEnumTypeAttribute
Inherits EdmTypeAttribute
Inheritance
EdmEnumTypeAttribute
Attributes

Constructors

EdmEnumTypeAttribute()

Properties

Name

The name of the type in the conceptual schema that maps to the class to which this attribute is applied.

(Inherited from EdmTypeAttribute)
NamespaceName

The namespace name of the entity object type or complex type in the conceptual schema that maps to this type.

(Inherited from EdmTypeAttribute)

Applies to