StructuralPropertyConfiguration Class
Base class for all structural 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.StructuralPropertyConfiguration
System.Web.Http.OData.Builder.CollectionPropertyConfiguration
System.Web.Http.OData.Builder.ComplexPropertyConfiguration
System.Web.Http.OData.Builder.PrimitivePropertyConfiguration
Syntax
public abstract class StructuralPropertyConfiguration : PropertyConfiguration
public ref class StructuralPropertyConfiguration abstract : PropertyConfiguration
[<AbstractClass>]
type StructuralPropertyConfiguration =
class
inherit PropertyConfiguration
end
Public MustInherit Class StructuralPropertyConfiguration
Inherits PropertyConfiguration
Constructors
Name | Description | |
---|---|---|
StructuralPropertyConfiguration(PropertyInfo, StructuralTypeConfiguration) | Initializes a new instance of the StructuralPropertyConfiguration class. |
Properties
Name | Description | |
---|---|---|
AddedExplicitly | Gets or sets a value that is true if the property was added by the user; false if it was inferred through conventions. (Inherited from PropertyConfiguration.) |
|
ConcurrencyToken | Gets or sets a value indicating whether this property is a concurrency token or not. |
|
DeclaringType | Gets the declaring type. (Inherited from PropertyConfiguration.) |
|
Kind | Gets the PropertyKind of the property. (Inherited from PropertyConfiguration.) |
|
Name | Gets the name of the property. (Inherited from PropertyConfiguration.) |
|
OptionalProperty | Gets or sets a value indicating whether this property is optional or not. |
|
PropertyInfo | Gets the mapping CLR PropertyInfo. (Inherited from PropertyConfiguration.) |
|
RelatedClrType | Gets the CLR Type of the property. (Inherited from PropertyConfiguration.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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