EnumMemberConfiguration Class
Represents the configuration for an enum member of an enum type.
Assembly: System.Web.OData (in System.Web.OData.dll)
| Name | Description | |
|---|---|---|
![]() | EnumMemberConfiguration(Enum^, EnumTypeConfiguration^) | Initializes a new instance of the EnumMemberConfiguration class. |
| Name | Description | |
|---|---|---|
![]() | AddedExplicitly | Gets or sets a value that is true if the member was added by the user; false if it was inferred through conventions. |
![]() | DeclaringType | Gets the declaring type. |
![]() | MemberInfo | Gets the mapping CLR Enum. |
![]() | Name | Gets or sets the name of the member. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.
Show:


