EnumMemberConfiguration 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 the configuration for an enum member of an enum type.
public class EnumMemberConfiguration
type EnumMemberConfiguration = class
Public Class EnumMemberConfiguration
- Inheritance
-
EnumMemberConfiguration
Constructors
EnumMemberConfiguration(Enum, EnumTypeConfiguration) |
Initializes a new instance of the EnumMemberConfiguration class. |
Properties
AddedExplicitly |
Gets or sets a value that is |
DeclaringType |
Gets the declaring type. |
MemberInfo |
Gets the mapping CLR Enum. |
Name |
Gets or sets the name of the member. |