Partager via


StructuralPropertyConfiguration Constructeur

Définition

Initialise une nouvelle instance de la classe StructuralPropertyConfiguration.

protected StructuralPropertyConfiguration (System.Reflection.PropertyInfo property, Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration declaringType);
new Microsoft.AspNet.OData.Builder.StructuralPropertyConfiguration : System.Reflection.PropertyInfo * Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration -> Microsoft.AspNet.OData.Builder.StructuralPropertyConfiguration
Protected Sub New (property As PropertyInfo, declaringType As StructuralTypeConfiguration)

Paramètres

property
PropertyInfo

Propriété de la configuration.

declaringType
StructuralTypeConfiguration

Type de déclaration de la propriété.

S’applique à