EnumTypeConfiguration<TEnumType> Class

 

Represents an IEdmEnumType that can be built using ODataModelBuilder.

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.OData.dll)

System::Object
  System.Web.OData.Builder::EnumTypeConfiguration<TEnumType>

generic<typename TEnumType>
public ref class EnumTypeConfiguration 

NameDescription
System_CAPS_pubpropertyFullName

Gets the full name of this EDM type.

System_CAPS_pubpropertyMembers

Gets the collection of EDM enum members that belong to this type.

System_CAPS_pubpropertyName

Gets or sets the name of this EDM type.

System_CAPS_pubpropertyNamespace

Gets or sets the namespace of this EDM type.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodMember(TEnumType)

Adds a required enum member to the EDM type.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRemoveMember(TEnumType)

Excludes a member from the type.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: