Udostępnij za pośrednictwem


EdmLabeledExpressionReferenceExpression Konstruktory

Definicja

Przeciążenia

EdmLabeledExpressionReferenceExpression()

Inicjuje EdmLabeledExpressionReferenceExpression nowe wystąpienie klasy z nieiicjzowaną ReferencedLabeledExpression właściwością.

EdmLabeledExpressionReferenceExpression(IEdmLabeledExpression)

Inicjuje nowe wystąpienie klasy EdmLabeledExpressionReferenceExpression. Ten konstruktor nie zezwoli na zmianę ReferencedLabeledExpression właściwości po utworzeniu wystąpienia EdmLabeledExpressionReferenceExpression.

EdmLabeledExpressionReferenceExpression()

Inicjuje EdmLabeledExpressionReferenceExpression nowe wystąpienie klasy z nieiicjzowaną ReferencedLabeledExpression właściwością.

public EdmLabeledExpressionReferenceExpression ();
Public Sub New ()

Dotyczy

EdmLabeledExpressionReferenceExpression(IEdmLabeledExpression)

Inicjuje nowe wystąpienie klasy EdmLabeledExpressionReferenceExpression. Ten konstruktor nie zezwoli na zmianę ReferencedLabeledExpression właściwości po utworzeniu wystąpienia EdmLabeledExpressionReferenceExpression.

public EdmLabeledExpressionReferenceExpression (Microsoft.OData.Edm.Vocabularies.IEdmLabeledExpression referencedLabeledExpression);
new Microsoft.OData.Edm.Vocabularies.EdmLabeledExpressionReferenceExpression : Microsoft.OData.Edm.Vocabularies.IEdmLabeledExpression -> Microsoft.OData.Edm.Vocabularies.EdmLabeledExpressionReferenceExpression
Public Sub New (referencedLabeledExpression As IEdmLabeledExpression)

Parametry

referencedLabeledExpression
IEdmLabeledExpression

Przywoływane elementy oznaczone etykietą.

Dotyczy