Share via


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)

Inheritance Hierarchy

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

Syntax

public class EnumTypeConfiguration<TEnumType>
generic<typename TEnumType>
public ref class EnumTypeConfiguration 
type EnumTypeConfiguration<'TEnumType> = class end
Public Class EnumTypeConfiguration(Of TEnumType)

Properties

Name Description
System_CAPS_pubproperty FullName

Gets the full name of this EDM type.

System_CAPS_pubproperty Members

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

System_CAPS_pubproperty Name

Gets or sets the name of this EDM type.

System_CAPS_pubproperty Namespace

Gets or sets the namespace of this EDM type.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod Member(TEnumType)

Adds a required enum member to the EDM type.

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod RemoveMember(TEnumType)

Excludes a member from the type.

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.Builder Namespace

Return to top