Share via


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)

Inheritance Hierarchy

System.Object
  System.Web.Http.OData.Builder.PropertyConfiguration
    System.Web.Http.OData.Builder.NavigationPropertyConfiguration
    System.Web.Http.OData.Builder.StructuralPropertyConfiguration

Syntax

public abstract class PropertyConfiguration
public ref class PropertyConfiguration abstract 
[<AbstractClass>]
type PropertyConfiguration = class end
Public MustInherit Class PropertyConfiguration

Constructors

Name Description
System_CAPS_protmethod PropertyConfiguration(PropertyInfo, StructuralTypeConfiguration)

Initializes a new instance of the PropertyConfiguration class.

Properties

Name Description
System_CAPS_pubproperty AddedExplicitly

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_pubproperty DeclaringType

Gets the declaring type.

System_CAPS_pubproperty Kind

Gets the PropertyKind of the property.

System_CAPS_pubproperty Name

Gets the name of the property.

System_CAPS_pubproperty PropertyInfo

Gets the mapping CLR PropertyInfo.

System_CAPS_pubproperty RelatedClrType

Gets the CLR Type of the property.

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.Http.OData.Builder Namespace

Return to top