CollectionPropertyConfiguration Constructor (PropertyInfo, StructuralTypeConfiguration)
Constructs a CollectionPropertyConfiguration using the property provided.
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public CollectionPropertyConfiguration(
PropertyInfo property,
StructuralTypeConfiguration declaringType
)
public:
CollectionPropertyConfiguration(
PropertyInfo^ property,
StructuralTypeConfiguration^ declaringType
)
new :
property:PropertyInfo *
declaringType:StructuralTypeConfiguration -> CollectionPropertyConfiguration
Public Sub New (
property As PropertyInfo,
declaringType As StructuralTypeConfiguration
)
Parameters
- property
Type: System.Reflection.PropertyInfo
- declaringType
Type: System.Web.Http.OData.Builder.StructuralTypeConfiguration
See Also
CollectionPropertyConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top