EdmEnumType Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the EdmEnumType class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
EdmEnumType(String, String) | Initializes a new instance of the EdmEnumType class with Int32 underlying type. | |
EdmEnumType(String, String, Boolean) | Initializes a new instance of the EdmEnumType class with Int32 underlying type. | |
EdmEnumType(String, String, EdmPrimitiveTypeKind, Boolean) | Initializes a new instance of the EdmEnumType class with Int32 underlying type. | |
EdmEnumType(String, String, IEdmPrimitiveType, Boolean) | Initializes a new instance of the EdmEnumType class. |
Top