Udostępnij za pośrednictwem


OperationConfiguration.CollectionParameter Metoda

Definicja

Przeciążenia

CollectionParameter(Type, String)

Dodaje nowy parametr kolekcji niezwiązanej

CollectionParameter<TElementType>(String)

Dodaje nowy parametr kolekcji niezwiązanej

CollectionParameter(Type, String)

Dodaje nowy parametr kolekcji niezwiązanej

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

Parametry

clrElementType
Type
name
String

Zwraca

Dotyczy

CollectionParameter<TElementType>(String)

Dodaje nowy parametr kolekcji niezwiązanej

public Microsoft.AspNet.OData.Builder.ParameterConfiguration CollectionParameter<TElementType> (string name);
member this.CollectionParameter : string -> Microsoft.AspNet.OData.Builder.ParameterConfiguration
Public Function CollectionParameter(Of TElementType) (name As String) As ParameterConfiguration

Parametry typu

TElementType

Parametry

name
String

Zwraca

Dotyczy