Share via


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
System_CAPS_pubmethod EnumMemberConfiguration(Enum, EnumTypeConfiguration)

Initializes a new instance of the EnumMemberConfiguration class.

Properties

Name Description
System_CAPS_pubproperty AddedExplicitly

Gets or sets a value that is true if the member was added by the user; false if it was inferred through conventions.

System_CAPS_pubproperty DeclaringType

Gets the declaring type.

System_CAPS_pubproperty MemberInfo

Gets the mapping CLR Enum.

System_CAPS_pubproperty Name

Gets or sets the name of the member.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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