EdmEnumObject Class
Represents an IEdmEnumObject with no backing CLR Type.
Namespace: System.Web.OData
Assembly: System.Web.OData (in System.Web.OData.dll)
Inheritance Hierarchy
System.Object
System.Web.OData.EdmEnumObject
Syntax
public class EdmEnumObject : IEdmEnumObject, IEdmObject
public ref class EdmEnumObject : IEdmEnumObject, IEdmObject
type EdmEnumObject =
class
interface IEdmEnumObject
interface IEdmObject
end
Public Class EdmEnumObject
Implements IEdmEnumObject, IEdmObject
Constructors
Name | Description | |
---|---|---|
EdmEnumObject(IEdmEnumType, String) | Initializes a new instance of the EdmEnumObject class. |
|
EdmEnumObject(IEdmEnumType, String, Boolean) | Initializes a new instance of the EdmEnumObject class. |
|
EdmEnumObject(IEdmEnumTypeReference, String) | Initializes a new instance of the EdmEnumObject class. |
Properties
Name | Description | |
---|---|---|
IsNullable | Gets or sets whether the enum object is nullable or not. |
|
Value | Gets the value of the enumeration type. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetEdmType() | ||
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Return to top