Share via


PropertyConfiguration Class

Base class for all property configurations.

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public MustInherit Class PropertyConfiguration
'Usage
Dim instance As PropertyConfiguration
public abstract class PropertyConfiguration
public ref class PropertyConfiguration abstract
[<AbstractClassAttribute>]
type PropertyConfiguration =  class end
public abstract class PropertyConfiguration

The PropertyConfiguration type exposes the following members.

Constructors

  Name Description
Protected method PropertyConfiguration Initializes a new instance of the PropertyConfiguration class.

Top

Properties

  Name Description
Public property AddedExplicitly Gets or sets a value that is true if the property was added by the user; false if it was inferred through conventions.
Public property DeclaringType Gets the declaring type.
Public property Kind Gets the PropertyKind of the property.
Public property Name Gets the name of the property.
Public property PropertyInfo Gets the mapping CLR PropertyInfo.
Public property RelatedClrType Gets the CLR Type of the property.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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

Reference

System.Web.Http.OData.Builder Namespace