EdmEnumType Constructor (String, String, Boolean)

Initializes a new instance of the EdmEnumType class with Int32 underlying type.

Namespace:  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public Sub New ( _
    namespaceName As String, _
    name As String, _
    isFlags As Boolean _
)
'Usage
Dim namespaceName As String 
Dim name As String 
Dim isFlags As Boolean 

Dim instance As New EdmEnumType(namespaceName, _
    name, isFlags)
public EdmEnumType(
    string namespaceName,
    string name,
    bool isFlags
)
public:
EdmEnumType(
    String^ namespaceName, 
    String^ name, 
    bool isFlags
)
new : 
        namespaceName:string * 
        name:string * 
        isFlags:bool -> EdmEnumType
public function EdmEnumType(
    namespaceName : String, 
    name : String, 
    isFlags : boolean
)

Parameters

  • namespaceName
    Type: System.String
    The namespace this enumeration type belongs to.
  • isFlags
    Type: System.Boolean
    A value indicating whether the enumeration type can be treated as a bit field.

See Also

Reference

EdmEnumType Class

EdmEnumType Overload

Microsoft.Data.Edm.Library Namespace