Condividi tramite


EdmProperty(IEdmStructuredType, String, IEdmTypeReference) Costruttore

Definizione

Inizializza una nuova istanza della classe EdmProperty.

protected EdmProperty (Microsoft.OData.Edm.IEdmStructuredType declaringType, string name, Microsoft.OData.Edm.IEdmTypeReference type);
new Microsoft.OData.Edm.EdmProperty : Microsoft.OData.Edm.IEdmStructuredType * string * Microsoft.OData.Edm.IEdmTypeReference -> Microsoft.OData.Edm.EdmProperty
Protected Sub New (declaringType As IEdmStructuredType, name As String, type As IEdmTypeReference)

Parametri

declaringType
IEdmStructuredType

Tipo che dichiara la proprietà.

name
String

Nome della proprietà.

type
IEdmTypeReference

Tipo di proprietà.

Si applica a