Udostępnij za pośrednictwem


OperationConfiguration.CollectionEntityParameter Metoda

Definicja

Przeciążenia

CollectionEntityParameter(Type, String)

Dodaje nową kolekcję niewiążącą parametru typu jednostki.

CollectionEntityParameter<TElementEntityType>(String)

Dodaje nową kolekcję niewiążącą parametru typu jednostki.

CollectionEntityParameter(Type, String)

Dodaje nową kolekcję niewiążącą parametru typu jednostki.

public Microsoft.AspNet.OData.Builder.ParameterConfiguration CollectionEntityParameter (Type clrElementEntityType, string name);
member this.CollectionEntityParameter : Type * string -> Microsoft.AspNet.OData.Builder.ParameterConfiguration
Public Function CollectionEntityParameter (clrElementEntityType As Type, name As String) As ParameterConfiguration

Parametry

clrElementEntityType
Type
name
String

Zwraca

Dotyczy

CollectionEntityParameter<TElementEntityType>(String)

Dodaje nową kolekcję niewiążącą parametru typu jednostki.

public Microsoft.AspNet.OData.Builder.ParameterConfiguration CollectionEntityParameter<TElementEntityType> (string name) where TElementEntityType : class;
member this.CollectionEntityParameter : string -> Microsoft.AspNet.OData.Builder.ParameterConfiguration (requires 'ElementEntityType : null)
Public Function CollectionEntityParameter(Of TElementEntityType As Class) (name As String) As ParameterConfiguration

Parametry typu

TElementEntityType

Parametry

name
String

Zwraca

Dotyczy