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 | |
---|---|---|
FullName | Gets the full name of this EDM type. |
|
Members | Gets the collection of EDM enum members that belong to this type. |
|
Name | Gets or sets the name of this EDM type. |
|
Namespace | Gets or sets the namespace of this EDM type. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
Member(TEnumType) | Adds a required enum member to the EDM type. |
|
MemberwiseClone() | (Inherited from Object.) |
|
RemoveMember(TEnumType) | Excludes a member from the type. |
|
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