StructuralPropertyConfiguration Constructor (PropertyInfo, StructuralTypeConfiguration)
Initializes a new instance of the StructuralPropertyConfiguration class.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
protected StructuralPropertyConfiguration(
PropertyInfo property,
StructuralTypeConfiguration declaringType
)
protected:
StructuralPropertyConfiguration(
PropertyInfo^ property,
StructuralTypeConfiguration^ declaringType
)
new :
property:PropertyInfo *
declaringType:StructuralTypeConfiguration -> StructuralPropertyConfiguration
Protected Sub New (
property As PropertyInfo,
declaringType As StructuralTypeConfiguration
)
Parameters
property
Type: System.Reflection.PropertyInfoThe property of the configuration.
declaringType
Type: System.Web.OData.Builder.StructuralTypeConfigurationThe declaring type of the property.
See Also
StructuralPropertyConfiguration Class
System.Web.OData.Builder Namespace
Return to top