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)

System::Object
  System.Web.OData.Builder::EnumMemberConfiguration

public ref class EnumMemberConfiguration 

NameDescription
System_CAPS_pubmethodEnumMemberConfiguration(Enum^, EnumTypeConfiguration^)

Initializes a new instance of the EnumMemberConfiguration class.

NameDescription
System_CAPS_pubpropertyAddedExplicitly

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_pubpropertyDeclaringType

Gets the declaring type.

System_CAPS_pubpropertyMemberInfo

Gets the mapping CLR Enum.

System_CAPS_pubpropertyName

Gets or sets the name of the member.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

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

Return to top
Show: