PropertyConfiguration Class

 

Base class for all property configurations.

Namespace:   System.Web.Http.OData.Builder
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)


public ref class PropertyConfiguration abstract 

NameDescription
System_CAPS_protmethodPropertyConfiguration(PropertyInfo^, StructuralTypeConfiguration^)

Initializes a new instance of the PropertyConfiguration class.

NameDescription
System_CAPS_pubpropertyAddedExplicitly

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

System_CAPS_pubpropertyDeclaringType

Gets the declaring type.

System_CAPS_pubpropertyKind

Gets the PropertyKind of the property.

System_CAPS_pubpropertyName

Gets the name of the property.

System_CAPS_pubpropertyPropertyInfo

Gets the mapping CLR PropertyInfo.

System_CAPS_pubpropertyRelatedClrType

Gets the CLR Type of the property.

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: