Udostępnij za pośrednictwem


EdmProperty(IEdmStructuredType, String, IEdmTypeReference) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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)

Parametry

declaringType
IEdmStructuredType

Typ, który deklaruje tę właściwość.

name
String

Nazwa właściwości.

type
IEdmTypeReference

Typ właściwości.

Dotyczy