Share via


EnumMemberConfiguration Class

Definition

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

Applies to