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
System_CAPS_pubmethod EdmEnumObject(IEdmEnumType, String)

Initializes a new instance of the EdmEnumObject class.

System_CAPS_pubmethod EdmEnumObject(IEdmEnumType, String, Boolean)

Initializes a new instance of the EdmEnumObject class.

System_CAPS_pubmethod EdmEnumObject(IEdmEnumTypeReference, String)

Initializes a new instance of the EdmEnumObject class.

Properties

Name Description
System_CAPS_pubproperty IsNullable

Gets or sets whether the enum object is nullable or not.

System_CAPS_pubproperty Value

Gets the value of the enumeration type.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetEdmType()

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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

System.Web.OData Namespace

Return to top