EnumMemberConfiguration Class
Represents the configuration for an enum member of an enum type.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Inheritance Hierarchy
System.Object
System.Web.OData.Builder.EnumMemberConfiguration
Syntax
public class EnumMemberConfiguration
public ref class EnumMemberConfiguration
type EnumMemberConfiguration = class end
Public Class EnumMemberConfiguration
Constructors
Name | Description | |
---|---|---|
EnumMemberConfiguration(Enum, EnumTypeConfiguration) | Initializes a new instance of the EnumMemberConfiguration class. |
Properties
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. |
Methods
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.) |
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