EnumTypeConfiguration<TEnumType> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an IEdmEnumType that can be built using ODataModelBuilder.
public class EnumTypeConfiguration<TEnumType>
type EnumTypeConfiguration<'EnumType> = class
Public Class EnumTypeConfiguration(Of TEnumType)
Type Parameters
- TEnumType
- Inheritance
-
EnumTypeConfiguration<TEnumType>
Properties
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
Member(TEnumType) |
Adds a required enum member to the EDM type. |
RemoveMember(TEnumType) |
Excludes a member from the type. |